Simple web app to check the weather...
I created a weather web app with a dashboard where users can enter the name of a city and do a search by clicking a button.
I used OpenWeatherApp API with Python request to get the data and return the current weather in that city in the dashboard.