An open API service indexing awesome lists of open source software.

https://github.com/oldpatricka/weather-thing

This is a web thing to visualize historical weather data from environment canada.
https://github.com/oldpatricka/weather-thing

Last synced: about 1 year ago
JSON representation

This is a web thing to visualize historical weather data from environment canada.

Awesome Lists containing this project

README

          

If you want to see this running somewhere, checkout:

thing.weatherinvictoria.com

To get this running on your server, you need to install the json and rack gems:

sudo gem install rack rack-cache json
sudo gem install rack-rack-contrib --source=http://gems.github.com/ --ignore-dependencies

You can start it with:

rackup config.ru -p 3000