Skip to content

kevva/wifi-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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