This package has been deprecated

Author message:

Deprecated

linux-wifi-name

1.0.0 • Public • Published

linux-wifi-name Build Status

Get current wifi name on Linux

Install

$ npm install --save linux-wifi-name

Usage

var linuxWifiName = require('wifi-name');

linuxWifiName(function (err, name) {
	console.log(name);
	//=> 'wu-tang lan'
});

License

MIT © Kevin Martensson

Readme

Keywords

Package Sidebar

Install

npm i linux-wifi-name

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevva