DavidMetcalfe / OnHub-Status-Dashboard

Calls the OnHub API to show status information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnHub Status Dashboard

A simple dashboard for a few of the Google OnHub's API's.

Installation

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.

Usage

  1. Navigate to the script's directory.
  2. 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.

Contributing

Contributions always welcome.

License

GNU GPL v3

About

Calls the OnHub API to show status information

License:GNU General Public License v3.0


Languages

Language:Python 46.7%Language:HTML 38.8%Language:JavaScript 8.4%Language:CSS 6.1%