549 B
549 B
Speedtest Logger
What is it?
This script runs an internet speed test at a certain interval, and saves the results to a file.
Setup:
- Clone this repo
git clone https://gitdab.com/ben/speedtest.git
- Install the dependencies
npm install
- Compile
npx tsc
- Create a blank
xlsx
file - Set the interval and path in
dist/index.js
- Start the script*
node dist/index.js
* I reccomend using something similar to PM2 to ensure the script is always running