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.
- NodeJS
- MongoDB
- Git
- Clone Repo
git clone https://github.com/adamfarver/fantastic-telegram.git
- cd into cloned directory
cd ./fantastic-telegram
- Install Depenencies via NPM
npm install
- Start MongoDB service
mongod
- Start Server-Side
npm index.js
- 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.