diff --git a/templates/hourly_forecast.html b/templates/hourly_forecast.html new file mode 100644 index 0000000..dfcf175 --- /dev/null +++ b/templates/hourly_forecast.html @@ -0,0 +1,221 @@ + + +
+ +{{ error }}
+ {% elif hourly_forecast %} +Godzina | Temp. (°C) | Wiatr (km/h) | Opady (mm) | +
---|---|---|---|
{{ hourly_forecast["time"][i] }} | +{{ hourly_forecast["temperature_2m"][i] }} | +{{ hourly_forecast["windspeed_10m"][i] }} | +{{ hourly_forecast["precipitation"][i] }} | +