homenet-core
v4.0.0-beta.8
Published
Homenet home automation - core system
Readme
Homenet Core
This project is in a state of flux while it is going under a BIG restructure/rewrite in order to make everything more flexible and pluggable (see branch v4_rewrite). The new version has drastically different API and structure, but is still very tightly coupled to Node-RED for rule processing.
Documentation
Click here to view documentation
Clone and Build Locally
git clone [email protected]:denwilliams/homenet-core.git
cd homenet-core
npm install
npm install -g typescript
tscBuilding Docs Locally
npm install -g typedoc
npm run typedocRunning Tests
npm testor
node_modules/.bin/avaUsing from NPM
npm install homenet-core