Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 896 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 896 Bytes

Weather Forecast App - made with Django

A weather forecast app built with OpenWeatherMap API.

Example output -

Weather app example output

Installation instructions

Open terminal and install required dependencies using following command -

pip install -r requirements.txt

Get an API key from https://www.openweathermap.org, and replace with my key in Views python file.

Open terminal in directory where manage python file resides. And then execute following command -

python manage.py runserver

Go to browser and hit following url -

localhost:8000

Authors