This project is a simple weather application developed using Flask and integrated with the OpenWeatherMap API. It aims to provide users with real-time weather information by allowing them to query weather data for specific locations.
Key Features:
User-friendly web interface for querying weather information. Integration with the OpenWeatherMap API to fetch real-time weather data. Display of essential weather details such as temperature, humidity, and weather condition. Error handling mechanism for gracefully managing API request failures. How to Use:
Clone the repository to your local machine. Install the necessary dependencies by running pip install -r requirements.txt. Run the Flask application using python app.py. Access the application through your web browser and enter the desired location to view the weather information.
Contributing: Contributions are welcome! If you have any suggestions for improvements or new features, feel free to open an issue or submit a pull request.