Skip to content

adamfarver/speed-test-dashboard

Repository files navigation

Fantastic-Telegram

Speed Test ISP with db storage.

I don't know about you about you but I really like monitoring my bandwidth. So, I've created this tool that allows for watching it over time.

As configured, it will connect to speedtest.net and run a test every 15 minutes, on the quarter hours.

How To Run This Project

Prerequisite Installs

  • NodeJS
  • MongoDB
  • Git

First-Time Startup Process - *nix/MacOS terminal

  1. Clone Repo
	git clone https://github.com/adamfarver/fantastic-telegram.git
  1. cd into cloned directory
	cd ./fantastic-telegram
  1. Install Depenencies via NPM
	npm install
  1. Start MongoDB service
	mongod
  1. Start Server-Side
	npm index.js
  1. Start Front-End
	npm start

At this point, the front end will open in your default browser at http://localhost:8080. To access from other devices on your network, you will just need to replace localhost with the IP address of the server.

About

Speed Test ISP with db storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published