This package has been deprecated

Author message:

Deprecated

win-wifi-password

2.0.0 • Public • Published

win-wifi-password

Get current wifi password on Windows

Install

$ npm install --save win-wifi-password

Usage

const winWifiPassword = require('win-wifi-password');

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

API

winWifiPassword([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 Martensson

Package Sidebar

Install

npm i win-wifi-password

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • kevva