Kevva Wifi Password Save

Get current wifi password

Project README

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.

License

MIT © Kevin Mårtensson

Open Source Agenda is not affiliated with "Kevva Wifi Password" Project. README Source: kevva/wifi-password
Stars
613
Open Issues
9
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating