Add weather API bundle adapter

This commit is contained in:
2026-05-29 17:06:39 +00:00
parent 8c065751c2
commit a885959d39
17 changed files with 1264 additions and 18 deletions

View File

@@ -0,0 +1,25 @@
{
"data": {
"locationId": "nws-lsx-grid-90-74",
"locationName": "St. Louis, MO",
"issuedAt": "2026-05-29T10:30:00-05:00",
"updatedAt": "2026-05-29T10:45:00-05:00",
"product": "hourly",
"latitude": 38.63,
"longitude": -90.2,
"elevationFeet": 466,
"periods": [
{
"startTime": "2026-05-29T13:00:00-05:00",
"endTime": "2026-05-29T14:00:00-05:00",
"isDay": true,
"conditionCode": 3,
"textDescription": "Partly sunny",
"temperatureF": 81,
"windSpeedMph": 12,
"windGustMph": 20,
"probabilityOfPrecipitationPercent": 10
}
]
}
}