/weather_App_Django

Repo for weather App using Django.

Primary LanguagePython

Weather App Django

This is a simple Django app that displays the current weather for various cities.

The app get weather updates through API from here https://openweathermap.org/

Instruction on how to run the app

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

1. Search by City name

image

2. Weather updates of City you entered

image