1.0.2 • Published 8 years ago

golden-gate v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

golden-gate Build Status

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