A very simple weather dashboard, designed to help decide what waterproofs to wear when cycling to the station.
MIT. See LICENSE.md
bundle
dashing start
open http://localhost:3030/weather
The app was written as a way to explore the Met Office's DataPoint service. All data comes from there. See lib/weather_grabber.rb for more details.
Set the following environment variables, either in a .env file or in the system environment:
DATAPOINT_API_KEY: xxxxxxx
OBSERVATION_LOCATION_ID: 1234
FORECAST_LOCATION_ID: 123456
RAIN_THRESHOLD: 25