2.0.0 • Published 9 years ago

win-wifi-password v2.0.0

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

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