https://github.com/junaidsalim/weatherapp-django
Weather App Created in Django using Open Weather API
https://github.com/junaidsalim/weatherapp-django
api django django-application django-project openweather-api python python3 weather-app
Last synced: about 2 months ago
JSON representation
Weather App Created in Django using Open Weather API
- Host: GitHub
- URL: https://github.com/junaidsalim/weatherapp-django
- Owner: JunaidSalim
- License: mit
- Created: 2024-04-03T19:38:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:55:05.000Z (about 1 year ago)
- Last Synced: 2025-02-11T13:52:23.752Z (4 months ago)
- Topics: api, django, django-application, django-project, openweather-api, python, python3, weather-app
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeatherApp-Django
Weather App Created in Django using Open Weather API. This Django app provides weather information for different cities.## Installation
1. Clone the repository:
```bash
git clone https://github.com/JunaidSalim/WeatherApp-Django.gitcd django-weather-app
pip install -r requirements.txt
python3 manage.py runserver
