A simple dashboard for a few of the Google OnHub's API's.
Requires Flask and Python 3 to run. Open a terminal in the script's directory and type pip install -r requirements.txt
to install Flask requirement.
- Navigate to the script's directory.
- In a terminal, type
python RUN_ME.py
. This will set the required environmental variables and start the app. Default host address will be http://127.0.0.1:5000
Currently configured to refresh the data every 5 minutes.
Contributions always welcome.
GNU GPL v3