Implemented the weather forecast discussion product from weatherfeeder v0.8.3
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
All checks were successful
ci/woodpecker/push/build-image Pipeline was successful
This commit is contained in:
@@ -7,6 +7,7 @@ A small HTTP API that serves a variety of weather-related endpoints.
|
||||
- `GET /observations`
|
||||
- `GET /conditions/current`
|
||||
- `GET /alerts/active`
|
||||
- `GET /discussion`
|
||||
- `GET /forecast/hourly`
|
||||
- `GET /forecast/hourly/today`
|
||||
- `GET /forecast/hourly/tomorrow`
|
||||
@@ -24,4 +25,7 @@ Shared weather query parameters:
|
||||
Forecast endpoint query parameters:
|
||||
|
||||
- `precision` (`0`-`2`)
|
||||
|
||||
Forecast and discussion endpoint query parameters:
|
||||
|
||||
- `tz` / `TZ` (IANA timezone, US abbreviation, or UTC offset)
|
||||
|
||||
Reference in New Issue
Block a user