1.0.1 • Published 9 years ago

linux-wifi-password v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

linux-wifi-password Build Status

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

1.0.1

9 years ago

1.0.0

9 years ago