Weather App is a Django project designed to provide weather information for specified locations. It utilizes the Open-Metro API to fetch weather data. Please note that this is a non-commercial project, and commercial usage may require consideration of Open-Metro API's pricing for commercial use.
Weather App is a Django-based application aimed at providing weather information for specified locations. It relies on the Open-Metro API for fetching weather data. Please be aware that this project is intended for non-commercial purposes.
- Fetch weather information for specified locations.
- Utilize Open-Metro API for weather data.
- Non-commercial use only.
Before you begin, ensure you have met the following requirements:
- Python installed on your local machine
- Django framework installed
- Access to the Open-Metro API for fetching weather data
To install Weather App, follow these steps:
-
Clone the repository:
git clone https://github.com/piyush20B/weather-app-django.git
-
Navigate to the project directory:
cd weather-app -
Install dependencies:
pip install -r requirements.txt
To run Weather App locally, use the following command:
python manage.py runserverThis will start the Django development server, and you can access the application through your web browser.
Contributions to Weather App are welcome! If you have any ideas for new features, bug fixes, or improvements, feel free to open an issue or submit a pull request.