golden-gate

Get a live photo of the Golden Gate Bridge in San Francisco


Keywords
golden, gate, bridge, san, francisco, sf, photo, webcam
License
MIT
Install
npm install golden-gate@1.0.2

Documentation

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

# API
npm install --save golden-gate

# CLI
npm install --global golden-gate

Usage

API

var goldenGate = require('golden-gate')

goldenGate()
  .pipe(fs.createWriteStream('ggb.jpg'))

CLI

golden-gate > ggb.jpg

Or using iTerm 2's image support:

golden-gate | imgcat
# => prints image

License

MIT © Ben Drucker