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

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

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.git

cd django-weather-app

pip install -r requirements.txt

python3 manage.py runserver

http://localhost:8000/

![Screenshot from 2024-04-05 00-54-00](https://github.com/JunaidSalim/WeatherApp-Django/assets/115392538/97e7698a-6800-44dc-af7f-f05337cf7ecb)