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.
- Host: GitHub
- URL: https://github.com/oldpatricka/weather-thing
- Owner: oldpatricka
- Created: 2009-09-21T00:25:56.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-09T00:04:53.000Z (over 16 years ago)
- Last Synced: 2025-01-22T22:31:24.013Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://thing.weatherinvictoria.com
- Size: 172 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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