Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.05 KB

TekSavvy Dashboard

A completely over-engineered dashboard for tracking TekSavvy bandwidth usage.

It is based on react-create-app.

Configuration

You will need to get your API key from the customer portal and add it to the package.json.

By default it assumes a 200GB bandwidth limit. You can change it from the UI, or change the default through an environment variable, e.g.:

export TSI_BANDWIDTH_LIMIT=400

Running locally

Make sure you have installed Node.js 8+ and yarn.

# Install dependencies
yarn install

# Start the application
yarn start

Legal

TekSavvy is a trademark of TekSavvy Solutions Inc.. This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by TekSavvy or any of its affiliates or subsidiaries. I, the project owner and creator, am not responsible for any legalities that may arise in the use of this project. Use at your own risk.