Skip to content

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

Notifications You must be signed in to change notification settings

DeveloperWilliams/Weather-App-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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:

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 file for more information.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages