wifi-speed

0.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i wifi-speed

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • vignesh.shanmugam