Package updates

This commit is contained in:
Christian Kuster
2019-04-09 19:48:21 +02:00
parent e874b44200
commit 5030d9f693
4 changed files with 1648 additions and 3 deletions

View File

@ -27,6 +27,12 @@ It was tested with the following operating systems:
## Usage
### Command Line
Run the script ```scan``` in the bin folder.
### Code
const scanner = require('node-wifi-scanner');
scanner.scan((err, networks) => {