Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d01b3cc124 | |||
31d80834a7 | |||
1aff4ba049 |
@ -19,6 +19,10 @@ It was tested with the following operating systems:
|
|||||||
* Ubuntu 14.04
|
* Ubuntu 14.04
|
||||||
* Raspbian "Jessie"
|
* Raspbian "Jessie"
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
npm i node-wifi-scanner
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
const scanner = require('node-wifi-scanner');
|
const scanner = require('node-wifi-scanner');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-wifi-scanner",
|
"name": "node-wifi-scanner",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "node.js module for WiFi network detection",
|
"description": "node.js module for WiFi network detection",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -20,8 +20,8 @@
|
|||||||
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
|
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 4.4.0",
|
"node": ">= 4.0.0",
|
||||||
"npm": ">= 2.14.0"
|
"npm": ">= 2.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test"
|
"test": "mocha test"
|
||||||
|
Reference in New Issue
Block a user