Files
weatherreporter/README.md

666 B

weatherreporter

weatherreporter is a Go application for preparing human-facing weather reports from normalized forecast data.

The application currently resolves configuration and CLI requests. Weather API fetching, report generation, and scriptorium rendering are tracked in the roadmap and are not implemented yet.

Quickstart

weatherreporter generate daily --date 2026-05-29 --out ./daily.md

Documentation