Popularity
4.6
Growing
Activity
0.0
Stable
608
28
60

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Network     App     CLI     Cli-app     Password     Wifi    
Latest version: v3.0.1

wifi-password alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view wifi-password alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wifi-password or a related project?

Add another 'Command Line Apps' Module

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.

Related

License

MIT © Kevin Mårtensson


*Note that all licence references and agreements mentioned in the wifi-password README section above are relevant to that project's source code only.