added a weather page with api requests

This commit is contained in:
Nico Melone
2025-01-22 09:36:50 -06:00
parent 5b214b9978
commit afef86c59c
3 changed files with 42 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<nav>
<a href="{{ url_for('home') }}">Home</a>
<a href="{{ url_for('add_item') }}">Add Item</a>
<a href="{{ url_for('get_weather') }}">Weather</a>
<a href="{{ url_for('about') }}">About</a>
</nav>
</header>