golden-gate

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i golden-gate

Weekly Downloads

8

Version

1.0.2

License

MIT

Last publish

Collaborators

  • bendrucker