A simple Node.js CLI tool to test your internet speed using Fast.com, with options for saving results, verbose output, and more.
- Clone the repo and install dependencies:
git clone <repo-url> cd continuous-speed-test npm install
After installing globally:
npm install -g .Run the CLI from anywhere:
speed-cli <command> [options]fastcom: Run a Fast.com speed testhelp: Show CLI usage and available commands
--save <file>Save results to file (CSV or JSON)--headlessRun browser in headless mode (default)--no-headlessRun browser in visible mode--poll-interval <ms>Polling interval in ms (min 100, max 1000, default 250)--repeat <n>Repeat speed test n times (2-10)--verboseEnable verbose logging
speed-cli fastcom --poll-interval 100 --repeat 2 --save results.json --no-headless --verboseMIT