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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i wifi-speed

      Weekly Downloads

      3

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • vignesh.shanmugam