Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.28 KB

Statusboard

A simple Backbone.js-based heads-up board.

Apps

Clock

Time where you are. Needs localization.

Instagram

Pulls recent photos for a given tag.

Usage:

Register an API client; export INSTAGRAM_API_KEY=[client id]

Customization: Change tag in javascripts/apps/instagram/boot.js.coffee

Twitter

Displays the most recent tweets from given Twitter list.

Customization: Change list id in javascripts/apps/twitter/boot.js.coffee.

Weather

Current and near-future weather conditions at a given location. Uses Dark Sky and Weather Underground data.

Usage:

  1. Get an API key for Dark Sky; export DARK_SKY_API_KEY=[key].
  2. Get an API key for Weather Underground (Cumulus developer plan); export WUNDERGROUND_API_KEY=[key].

Customization: Change location in javascripts/apps/weather/boot.js.coffee.

Contributing

Issues and patches welcome!