dirn / weather-wizard

Simple Angular/Flask Weather App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-wizard

Simple Angular/Flask Weather App

Uses Google's Geocode API and Forcast.io to tell you the current weather

Quickstart

It's recommended that you use virtalenv or virtalenvwrapper when trying this out

  • Get an API key from Forcast.io

    https://developer.forecast.io/

  • Copy the example_local_settings.cfg file to local_settings.cfg

  • Add your API key to local_settings.cfg

  • Install required libraries

       pip install requirements.txt
    
  • Run the app

       python runserver.py
    

About

Simple Angular/Flask Weather App


Languages

Language:Python 60.2%Language:JavaScript 39.8%Language:CSS 0.0%