This is a simple Weather App built using Flask and the OpenWeather API. It allows users to check the weather for a specific city.
- Search by City: Users can search for weather information in a specific city.
- Error Handling: The app provides an error message if the user enters an incorrect city name.
These instructions will help you get a copy of the project up and running on your local machine.
-
Clone the repository:
git clone https://github.com/kindo-tk/weatherapp_repo.git
-
Navigate to the project directory:
cd weatherapp_repo
-
Install the required dependencies:
pip install -r requirements.txt
-
Start the Flask application:
python app.py
-
Open a web browser and go to http://localhost:5000.
-
Enter a search query, enter the name of the city whose weather you want to know.
You can access the deployed application at the following URL: https://weatherapp-hws1.onrender.com