diff --git a/geo_weather.html b/geo_weather.html new file mode 100644 index 0000000..1f36a80 --- /dev/null +++ b/geo_weather.html @@ -0,0 +1,27 @@ + + + + + Pogoda z koordynatów + + + +
+

Pogoda z Open-Meteo

+

Miasto: {{ weather.city }}

+

Szerokość: {{ weather.latitude }}

+

Długość: {{ weather.longitude }}

+

Temperatura: {{ weather.temperature }} °C

+

Wiatr: {{ weather.windspeed }} m/s

+

Czas: {{ weather.time }}

+
+ + +