All Projects → kevva → Wifi Password

kevva / Wifi Password

Licence: mit
Get current wifi password

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

wifi-password

Get current wifi password

Install

$ npm install wifi-password

Usage

const wifiPassword = require('wifi-password');

wifiPassword().then(password => {
	console.log(password);
	//=> 'johndoesecretpassword'
});

API

wifiPassword([name])

Returns a promise that resolves to a string containing the password.

name

Type: string

Get the wifi password for a specified known network.

Related

License

MIT © Kevin Mårtensson

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].