0.0.1 • Published 10 years ago

node-speedtest-cli v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

node-speedtest-cli

Node wrapper around the python package speedtest-cli

Installing

$ npm install -g node-speedtest-cli

Note: For a global install of -g ionic, OSX/Linux users may need to prefix the command with sudo.

Run speedtest

$ speedtest-cli

Repeat every hour

$ speedtest-cli -r

Custom interval (in seconds)

Note: the interval should be at least 60 seconds.

$ speedtest-cli -r -i 1000