basicwifiscanner

1.0.3 • Public • Published

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);
    });

/basicwifiscanner/

    Package Sidebar

    Install

    npm i basicwifiscanner

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.03 kB

    Total Files

    4

    Last publish

    Collaborators

    • attmacah