1.0.3 • Published 2 years ago

basicwifiscanner v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Basic WiFi Scanner

License

Description

Basic WiFi Scanner is a JavaScript module that allows you to scan for WiFi networks only LINUX.

Results are given as JSON in this package

* YOU CAN USE THIS PACKAGE ONLY LINUX *

Installation

You can install the module using npm. Run the following command:

npm install basicwifiscanner

const wifiScanner = require('basicwifiscanner');

wifiScanner.Scan()
    .then((data) => {
        console.log('Scan Results:', data);
    })
    .catch((error) => {
        console.error('Error:', error);
    });
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago