Skip to content

A simple static site generator for weather forecasts based on wetterdienst

License

Notifications You must be signed in to change notification settings

niclashoyer/simplecast

Repository files navigation

A simple static site generator for weather forecasts based on wetterdienst

Preview

Installation

npm install
poetry install

Build assets

npm run build

Generating forecasts

poetry run ./simplecast.py # list all available stations
poetry run ./simplecast.py 10384 # generate forecasts for "BERLIN-TEMPELHOF"

The dist folder now contains the generated forecast page.

To start a simple local webserver run

npm run dev

About

A simple static site generator for weather forecasts based on wetterdienst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published