From 6fa3d04aad627ffa4786b91acc24e4f3e8b70312 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 8 Jun 2023 06:41:20 -0400 Subject: Update API to use open-meteo. Further frontend development. --- templates/hourly.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 templates/hourly.html (limited to 'templates/hourly.html') diff --git a/templates/hourly.html b/templates/hourly.html deleted file mode 100644 index 56f9d9b..0000000 --- a/templates/hourly.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends 'base.html' %} - -{% block content %} -
-{% for item in data %} -
- {{ item.time.strftime("%a %x %I:%M %p") }}
- {{ item.temp }}°F
- {{ item.humidity }}%
- {{ item.precip_chance }}%
- {{ item.precip_amount }}in
- {{ item.wind_speed }}MPH
- {{ item.wind_direction }}

-
-{% endfor %} -
-{% endblock %} - -- cgit v1.2.3