/Dark-Sky-Flask-App

Dark Sky Flask App

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Dark Sky Flask App

Dark Sky Flask App

This app uses the Dark Sky API to fetch data. To obtain the API key, please visit following URL https://darksky.net/dev

Setting up the Dark Skype app on yout local machine

Download Anaconda distribution from the following link https://www.anaconda.com/download/

conda create python=3.6 -n gm-weather-app
source activate gm-weather-app
pip install -r Dark-Sky-Flask-App/requirements.txt