-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Nouknouk edited this page Jul 10, 2018
·
2 revisions
This module depends on node module serialport, which is based on a native module (compiled by node-gyp). Therefore, some build tools must be present on your machine, to make the installation successfull (please refer to the installation documentation of serialport)
For the moment, no npm repository is available for node-zigate ; fetch it directly from git
npm install git+https://[email protected]/nouknouk/node-zigate.git
Once installed (and a zigate USB stick plugged into your computer), you can make a quick test by running one of the scripts present in the test folder:
node test/test-driver.js
# equivalent to:
npm test