Skip to content

vigneshshanmugam/wifi-speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi-speed

Get the current Wi-Fi speed

Installation

npm install wifi-speed

Usage

var getSpeed = require('./');

getSpeed(function (err, speed) {
  if (err) throw err;
  console.log('Wi-Fi Speed : ', speed);
});

The output of the above code will be

Wi-Fi Speed : 217Mb/s

Caveats

  • Works only in OSX.

License

MIT

About

Get the current Wi-Fi link speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published