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
|
||||
* Raspbian "Jessie"
|
||||
|
||||
## Installation
|
||||
|
||||
npm i node-wifi-scanner
|
||||
|
||||
## Usage
|
||||
|
||||
const scanner = require('node-wifi-scanner');
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-wifi-scanner",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "node.js module for WiFi network detection",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
@ -20,8 +20,8 @@
|
||||
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.4.0",
|
||||
"npm": ">= 2.14.0"
|
||||
"node": ">= 4.0.0",
|
||||
"npm": ">= 2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test"
|
||||
|
Reference in New Issue
Block a user