feat: add Open-Meteo weather forecast

This commit is contained in:
zv
2026-06-01 19:57:11 +02:00
parent 1c8b57b571
commit fc14b23001
12 changed files with 380 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ export function findNearestSynopStation(location: LocationSearchResult, stations
return {
name: location.name,
province: location.province,
latitude: location.latitude,
longitude: location.longitude,
stationId: nearest.station.id,
stationName: nearest.station.name,
distanceKm: Math.round(nearest.distanceKm),