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

@@ -10,6 +10,8 @@ export interface LocationSearchResult {
export interface SelectedLocation {
name: string;
province: string | null;
latitude: number;
longitude: number;
stationId: string;
stationName: string;
distanceKm: number;