23 lines
666 B
Markdown
23 lines
666 B
Markdown
# 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
|
|
|
|
```sh
|
|
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
|
|
```
|
|
|
|
## Documentation
|
|
|
|
- [CLI reference](docs/cli.md)
|
|
- [Configuration reference](docs/config.md)
|
|
- [Architecture policy](docs/policy/architecture.md)
|
|
- [Development policy](docs/policy/development.md)
|
|
- [Implementation roadmap](docs/roadmap/initial.md)
|