A command line tool to measure internet speed
Built with node js.
NOT PRODUCTION READY !!
To try it out, follow these steps:
- cd internetSpeedTest
- Run npm install
- npm run build:prod (or npm run build:dev)
- npm start -- -d (to test download speed), npm start -- -u (to test upload speed) or npm start -- -h (to diplay helpful info)
You can also install it as a global package directly from the npm repository with the command: npm i internet_speed_test -g
Once globally installed, you can call it from anywhere using the internetSpeed command (internetSpeed -d/-u/-h)