Runs an internet speedtest at a certain interval and saves it to a file
Go to file
ben eb585d3afb Update 'README.md' 2020-01-12 16:27:02 +00:00
src oops 2020-01-11 21:35:41 -05:00
.gitignore oops 2020-01-11 21:35:41 -05:00
README.md Update 'README.md' 2020-01-12 16:27:02 +00:00
package-lock.json Speedtest files 2020-01-11 20:52:08 -05:00
package.json Speedtest files 2020-01-11 20:52:08 -05:00
tsconfig.json Speedtest files 2020-01-11 20:52:08 -05:00

README.md

Speedtest Logger

What is it?

This script runs an internet speed test at a certain interval, and saves the results to a file.

Setup:

  1. Clone this repo
    git clone https://gitdab.com/ben/speedtest.git
  2. Install the dependencies
    npm install
  3. Compile
    npx tsc
  4. Create a blank xlsx file
  5. Set the interval and path in dist/index.js
  6. Start the script*
    node dist/index.js

* I reccomend using something similar to PM2 to ensure the script is always running