speedtest/README.md

15 lines
549 B
Markdown
Raw Permalink Normal View History

2020-01-12 07:39:45 +00:00
# Speedtest Logger
### What is it?
2020-01-12 16:27:02 +00:00
This script runs an [internet speed test](https://speedtest.net/) at a certain interval, and saves the results to a file.
2020-01-12 07:39:45 +00:00
### Setup:
1. Clone this repo<br>`git clone https://gitdab.com/ben/speedtest.git`
2. Install the dependencies<br>`npm install`
3. Compile<br>`npx tsc`
4. Create a blank `xlsx` file
5. Set the interval and path in `dist/index.js`
6. Start the script*<br>`node dist/index.js`
\* I reccomend using something similar to [PM2](https://pm2.keymetrics.io/) to ensure the script is always running