A simple Backbone.js-based heads-up board.
Time where you are. Needs localization.
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
Displays the most recent tweets from given Twitter list.
Customization: Change list id in javascripts/apps/twitter/boot.js.coffee
.
Current and near-future weather conditions at a given location. Uses Dark Sky and Weather Underground data.
Usage:
- Get an API key for Dark Sky;
export DARK_SKY_API_KEY=[key]
. - 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
.
Issues and patches welcome!