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,13 @@
{
"data": {
"stationId": "KSTL",
"stationName": "St. Louis",
"timestamp": "2026-05-29T14:00:00Z",
"conditionCode": 3,
"isDay": true,
"textDescription": "Partly cloudy",
"temperatureF": 75.9,
"windSpeedMph": 10.7,
"relativeHumidityPercent": 56
}
}