This is a simple weather app developed in Python. It allows users to fetch weather data from an API and display it in a user-friendly format.
- Clone the repository:
git clone git remote add origin https://github.com/DeveloperWilliams/Weather-App-API.git - Navigate to the project directory:
cd weather-app - Install the required dependencies:
pip install -r requirements.txt
- Run the app:
python app.py - Enter the location for which you want to fetch the weather data.
- The app will display the current weather conditions for the specified location.
To use this app, you will need to obtain an API key from a weather data provider. Once you have the API key, create a file named config.py in the project directory and add the following line:
API_KEY = 'your-api-key'Replace 'your-api-key' with your actual API key.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.