current-w-pswd
v1.0.25
Published
Package that returns the password of the current WiFi
Downloads
3
Readme
Get wifi password
Gets the wifi password of the current wifi, creates a folder and saves a file with the password on it.
Instalation
To install the package run
npm i current-w-pswdHow to use
Get all items
const getWifiPassword = require("current-w-pswd");
(() => {
getWifiPassword((data) => { // Detects automatically the OS
console.log(data);
});
})();
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| callback | function | prints the returned data |
