Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 431 Bytes

File metadata and controls

21 lines (15 loc) · 431 Bytes

##Install

git clone git://github.com/CONNCTED/homebridge-example.git
cd homebridge-example
npm install
node app.js

If no errors occur, register this node js application in PM2.

##Register in PM2

pm2 start app.js --name "homebridge-example"

##Homebridge plugins

This homebridge plugins are installed in this example project.