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.
- Host: GitHub
- URL: https://github.com/developerwilliams/weather-app-api
- Owner: DeveloperWilliams
- Created: 2024-08-02T10:20:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T05:07:09.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:06:06.212Z (10 months ago)
- Language: Python
- Size: 4.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.