Files
weatherreporter/README.md

662 B

weatherreporter

Weatherreporter is a Go CLI that turns normalized weather data into managed, human-facing Markdown reports.

It provides repeatable reports with inspectable local artifacts, so operators can review what was collected and generated for every run.

Quickstart

weatherreporter generate today --out ./today.md

Configure a Weather API endpoint first; see the configuration reference.

Documentation