Skip to content

gauravgunjal71/weatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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