npm install wifi-name> Get current wifi name
```
$ npm install wifi-name
`js
const wifiName = require('wifi-name');
wifiName().then(name => {
console.log(name);
//=> 'wu-tang lan'
});
`
Returns a Promise for a string with the current wifi name.
Returns a string` with the current wifi name.
* wifi-name-cli - CLI for this module
MIT © Kevin Mårtensson