wifi-name

3.1.1 • Public • Published

wifi-name

Get current wifi name

Install

$ npm install wifi-name

Usage

const wifiName = require('wifi-name');
 
wifiName().then(name => {
    console.log(name);
    //=> 'wu-tang lan'
});

API

wifiName()

Returns a Promise for a string with the current wifi name.

wifiName.sync()

Returns a string with the current wifi name.

Related

License

MIT © Kevin Mårtensson

Readme

Keywords

Package Sidebar

Install

npm i wifi-name

Weekly Downloads

190

Version

3.1.1

License

MIT

Last publish

Collaborators

  • kevva
  • sindresorhus