golden-gate
v1.0.2
Published
Get a live photo of the Golden Gate Bridge in San Francisco
Downloads
11
Maintainers
Readme
golden-gate
Get a live photo of the Golden Gate Bridge in San Francisco
Streams JPG data for a live photo from goldengatebridge75.org.
Install
$ npm install --save golden-gate
Usage
var goldenGate = require('golden-gate')
goldenGate()
.pipe(fs.createWriteStream('ggb.jpg'))
golden-gate > ggb.jpg
Or using iTerm 2's image support:
golden-gate | imgcat
# => prints image
License
MIT © Ben Drucker