1.0.3 • Published 11 months ago

basicwifiscanner v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago