Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 563 Bytes

File metadata and controls

18 lines (14 loc) · 563 Bytes

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