1.0.1 • Published 10 years ago
linux-wifi-password v1.0.1
linux-wifi-password 
Get current wifi password on Linux
Install
$ npm install --save linux-wifi-password
Usage
var linuxWifiPassword = require('linux-wifi-password');
linuxWifiPassword(function (err, password) {
console.log(password);
//=> 'johndoesecretpassword'
});
API
linuxWifiPassword(name, callback)
name
Type: string
Get the wifi password for a specified known network.
callback(err, password)
Type: function
The callback will return the password to the network.
License
MIT © Kevin Martensson