3.1.1 • Published 7 years ago

wifi-name v3.1.1

Weekly downloads
118
License
MIT
Repository
github
Last release
7 years ago

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