Files
weatherreporter/README.md

839 B

weatherreporter

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

It produces a Markdown report at an operator-owned destination and can upload the completed output through Distributor.

Quickstart

weatherreporter generate today

Configure a Weather API endpoint first; see the configuration reference. The report is written to today.md in the current directory; use --out to choose another destination. See the CLI reference and operations guide for command and operating details.

Documentation