Skip to content

Greg-Hamel/teksavvy-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • HTML 6.2%
  • CSS 1.1%