1.0.25 • Published 12 months ago

current-w-pswd v1.0.25

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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-pswd

How to use

Get all items

const getWifiPassword = require("current-w-pswd");

(() => {
  getWifiPassword((data) => { // Detects automatically the OS
    console.log(data);
  });
})();
ParameterTypeDescription
callbackfunctionprints the returned data
1.0.25

12 months ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago