Simple Angular/Flask Weather App
Uses Google's Geocode API and Forcast.io to tell you the current weather
It's recommended that you use virtalenv or virtalenvwrapper when trying this out
-
Get an API key from Forcast.io
-
Copy the
example_local_settings.cfgfile tolocal_settings.cfg -
Add your API key to
local_settings.cfg -
Install required libraries
pip install requirements.txt -
Run the app
python runserver.py