Skip to content

simple flask project to provide weather forecast of a city

Notifications You must be signed in to change notification settings

deborahdelgaudio/pyweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyweather

simple flask application to provide weather forecast of a city

This application uses an Open API that provides 3 days weather forecast for a location. Just simply type a location into homepage's search bar :)

Run it on localhost

At least python 3.6.x is required. Dependencies are declared on requirements.txt you can install them using pip.

pip install -r requirements.txt

When dependencies are installed, you have to run the .sh file and request the localhost address through your browser.