Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 553 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 553 Bytes

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