Get current wifi password on Linux
Install
$ npm install --save linux-wifi-password
Usage
var linuxWifiPassword = ; ;
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