Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

stilist/statusboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 76.9%
  • JavaScript 14.7%
  • Ruby 8.4%