Skip to content

Floppy/waterboard

Repository files navigation

Build Status Dependency Status Coverage Status Code Climate License Badges

Waterboard

A very simple weather dashboard, designed to help decide what waterproofs to wear when cycling to the station.

License

MIT. See LICENSE.md

Usage

bundle
dashing start
open http://localhost:3030/weather

Data Sources

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.

Environment

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

About

A simple weather dashboard to help me decide what to wear when cycling to the station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published