Files
weatherreporter/internal/adapters/weatherapi/testdata/narrative.json

21 lines
524 B
JSON

{
"data": {
"locationId": "nws-lsx-grid-90-74",
"locationName": "St. Louis, MO",
"issuedAt": "2026-05-29T10:30:00-05:00",
"product": "narrative",
"periods": [
{
"startTime": "2026-05-29T13:00:00-05:00",
"endTime": "2026-05-29T19:00:00-05:00",
"name": "Today",
"isDay": true,
"textDescription": "Partly sunny, with a high near 81.",
"temperatureF": 81,
"windSpeedMph": 12,
"probabilityOfPrecipitationPercent": 10
}
]
}
}