homenet-core
v4.0.0-beta.8
Published
Homenet home automation - core system
Downloads
23
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
tsc
Building Docs Locally
npm install -g typedoc
npm run typedoc
Running Tests
npm test
or
node_modules/.bin/ava
Using from NPM
npm install homenet-core