# 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 ```sh weatherreporter generate today --out ./today.md ``` Configure a Weather API endpoint first; see the [configuration reference](docs/config.md). ## Documentation - [CLI reference](docs/cli.md) - [Configuration reference](docs/config.md) - [Operations guide](docs/operations.md) - [Troubleshooting](docs/troubleshooting.md) - [Development guide](docs/development.md) - [Architecture policy](docs/policy/architecture.md)