Skip to content

Instantly share code, notes, and snippets.

@karlpokus
Created December 8, 2016 14:09
Show Gist options
  • Save karlpokus/c30f292b3da000db81f49e64478a77c2 to your computer and use it in GitHub Desktop.
Save karlpokus/c30f292b3da000db81f49e64478a77c2 to your computer and use it in GitHub Desktop.
Measure internet speed with node

Meaures from fast.com

$ npm i -g fast-cli
$ fast [> file]

Meaures from speedtest.net

$ npm i -g speed-test
$ speed-test [--json] [--bytes] [--verbose]

Note: Not too sure how reliable the data is. Big diff at work between the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment