v.0.1.0 some cleanup and sorting

This commit is contained in:
tiijay
2025-10-20 18:09:35 +02:00
parent b5a30adb27
commit fb418e8bd9
12 changed files with 188 additions and 106 deletions

57
restapi/mock-weather.json Normal file
View File

@@ -0,0 +1,57 @@
{
"location": {
"name": "Grosshansdorf",
"region": "Schleswig-Holstein",
"country": "Germany",
"lat": 53.6667,
"lon": 10.2833,
"tz_id": "Europe/Berlin",
"localtime_epoch": 1760977041,
"localtime": "2025-10-20 18:17"
},
"current": {
"last_updated_epoch": 1760976900,
"last_updated": "2025-10-20 18:15",
"temp_c": 12.3,
"temp_f": 54.1,
"is_day": 0,
"condition": {
"text": "leichter Regenfall",
"icon": "//cdn.weatherapi.com/weather/64x64/night/296.png",
"code": 1183
},
"wind_mph": 12.1,
"wind_kph": 19.4,
"wind_degree": 151,
"wind_dir": "SSE",
"pressure_mb": 999.0,
"pressure_in": 29.5,
"precip_mm": 0.0,
"precip_in": 0.0,
"humidity": 77,
"cloud": 100,
"feelslike_c": 10.3,
"feelslike_f": 50.6,
"windchill_c": 10.1,
"windchill_f": 50.1,
"heatindex_c": 12.1,
"heatindex_f": 53.8,
"dewpoint_c": 7.7,
"dewpoint_f": 45.8,
"vis_km": 10.0,
"vis_miles": 6.0,
"uv": 0.0,
"gust_mph": 19.8,
"gust_kph": 31.9,
"air_quality": {
"co": 171.678,
"no2": 9.778,
"o3": 54.0,
"so2": 1.678,
"pm2_5": 10.078,
"pm10": 12.578,
"us-epa-index": 1,
"gb-defra-index": 1
}
}
}