# homenet-core

> Homenet home automation - core system

Latest version **4.0.0-beta.8** (published 2017-01-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install homenet-core
pnpm add homenet-core
yarn add homenet-core
bun add homenet-core
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0-beta.8 |
| Published | 2017-01-29 |
| First published | 2016-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 16 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Den Williams |
| Maintainers | denwilliams |

## Links

- npm: https://www.npmjs.com/package/homenet-core
- Repository: https://github.com/denwilliams/homenet-core
- Homepage: https://github.com/denwilliams/homenet-core#readme
- Issues: https://github.com/denwilliams/homenet-core/issues
- npm.io page: https://npm.io/package/homenet-core

## Dependencies (16)

- [q](https://npm.io/package/q.md) ^1.4.1
- [cors](https://npm.io/package/cors.md) ^2.8.1
- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [redis](https://npm.io/package/redis.md) ^2.5.3
- [lodash](https://npm.io/package/lodash.md) ^4.12.0
- [express](https://npm.io/package/express.md) ^4.11.2
- [suncalc](https://npm.io/package/suncalc.md) ^1.7.0
- [winston](https://npm.io/package/winston.md) ^2.2.0
- [inversify](https://npm.io/package/inversify.md) ^3.0.0-beta.2
- [body-parser](https://npm.io/package/body-parser.md) ^1.12.0
- [error-builder](https://npm.io/package/error-builder.md) ^1.1.0
- [eventemitter2](https://npm.io/package/eventemitter2.md) ^2.2.1
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) ^0.1.8
- [source-map-support](https://npm.io/package/source-map-support.md) ^0.4.6
- [winston-papertrail](https://npm.io/package/winston-papertrail.md) ^1.0.2
- [node-red-contrib-scenes](https://npm.io/package/node-red-contrib-scenes.md) ^0.1.8

## Recent versions

- 4.0.0-beta.8 (latest) — 2017-01-29
- 4.0.0-beta.7 — 2017-01-27
- 4.0.0-beta.6 — 2016-12-06
- 4.0.0-beta.5 — 2016-09-28
- 4.0.0-beta.4 — 2016-09-27
- 4.0.0-beta.3 — 2016-09-27
- 4.0.0-beta.1 — 2016-07-24
- 4.0.0-alpha.23 — 2016-07-18
- 4.0.0-alpha.22 — 2016-07-18
- 4.0.0-alpha.21 — 2016-07-18
- 4.0.0-alpha.20 — 2016-06-18
- 4.0.0-alpha.19 — 2016-06-18
- 4.0.0-alpha.18 — 2016-06-05
- 4.0.0-alpha.17 — 2016-06-05
- 4.0.0-alpha.16 — 2016-06-05
- … 15 more at https://npm.io/package/homenet-core/versions

## 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 git@github.com: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
```

---
_Source: https://npm.io/package/homenet-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
