A lightweight python web application in Flask that allows a user to request weather data from a given location.
- Registration and Login
- Pick and chose what information you recieve
- Logged in Users get the ability to recall past searches
- Light-weight database
To use the application, city name must be provided, state code (only applicable for US states), and country code.
You are then allowed to chose what information you want the website to display about the location requested, (i.e only tempature? or tempature and humidity, etc)
The website is only intended to search for the current weather of a given location.
The endpoints the application calls on openweathermap are