hap-nodejs : HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.. You can installing hap-nodejs npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install hap-nodejs $ sudo npm install -g hap-nodejs
If want to update the hap-nodejs package execute the command as below,
$ sudo npm update hap-nodejs
Update package globally,
$ npm install -g hap-nodejs
$ sudo git clone https://github.com/rektide/hap-nodejs.git
$ sudo npm install -g ./hap-nodejs
hap-nodejs@0.4.36 /usr/lib/node_modules/hap-nodejs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hap-nodejs
Package Name | hap-nodejs |
Version | 0.4.36 |
Description | HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server. |
Released Date | 2017-11-01T22:13:11.816Z |
Published by | khaost |
How to Learn | https://www.npmjs.com/package/hap-nodejs/tutorial |