Skip to content
/ weather Public
forked from olivernn/weather

A D3 visualisation of the UK temperature using data from the Met Office.

Notifications You must be signed in to change notification settings

imclab/weather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

A D3 visualization of the temperature in the UK using data from the Met Office.

http://uk.temperature.at

Installation

This is a simple Rails app and the following steps should get the app running locally.

cp config/database.yml.example config/database.yml
bundle
bundle exec rake db:schema:load
foreman start

Data cab be collected by using the rake met_office_import command.

Met Office Api Key

To collect data from the Met Office API you need to sign up for an API key and place it in the MET_OFFICE_API_KEY environment variable.

About

A D3 visualisation of the UK temperature using data from the Met Office.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published