An open API service indexing awesome lists of open source software.

https://github.com/developerwilliams/weather-app-api

This is a proffesssionally developed weather App. Developed in Python, It fetches Dat from a Public API nd presents it in a meaaningfull manner.
https://github.com/developerwilliams/weather-app-api

Last synced: 7 months ago
JSON representation

This is a proffesssionally developed weather App. Developed in Python, It fetches Dat from a Public API nd presents it in a meaaningfull manner.

Awesome Lists containing this project

README

          

# Weather App

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.

## Installation

1. Clone the repository: `git clone git remote add origin https://github.com/DeveloperWilliams/Weather-App-API.git`
2. Navigate to the project directory: `cd weather-app`
3. Install the required dependencies: `pip install -r requirements.txt`

## Usage

1. Run the app: `python app.py`
2. Enter the location for which you want to fetch the weather data.
3. The app will display the current weather conditions for the specified location.

## API Key

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:

```python
API_KEY = 'your-api-key'
```

Replace `'your-api-key'` with your actual API key.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.