/430-weatherApp

UMW class assignment

Primary LanguagePython

430 Group Assignment Weather Application

Setup

Need to Install:

pip install darkskylib
pip install -U googlemaps
  • Flask
pip install Flask
pip install flask-socketio

API Keys

  • Dark Sky API : Create an account to get a private key
  • Google Dev Account Create a new project and select the geocoding API when getting credentials.

API Keys/Request Token

The current test script just references two different files stored locally with the respective dark sky and google maps tokens.