wifi-password

3.0.1 • Public • Published

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

/wifi-password/

    Package Sidebar

    Install

    npm i wifi-password

    Weekly Downloads

    120

    Version

    3.0.1

    License

    MIT

    Last publish

    Collaborators

    • kevva
    • sindresorhus