# homenet-app

> Homenet: home automation for developers - Application

Latest version **0.0.2** (published 2016-05-29) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2016-05-29 |
| First published | 2016-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Den Williams |
| Maintainers | denwilliams |
| Keywords | homenet |

## Links

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

## Dependencies (3)

- [node-red](https://npm.io/package/node-red.md) ^0.13.4
- [homenet-core](https://npm.io/package/homenet-core.md) ^4.0.0-alpha.14
- [homenet-plugin-hue](https://npm.io/package/homenet-plugin-hue.md) 0.0.1

## Recent versions

- 0.0.2 (latest) — 2016-05-29
- 0.0.1 — 2016-05-24

## README

# homenet-app
Homenet: home automation for developers - Application

## Plugins

1. Place subfolder inside folder lib/plugins.
2. Export the plugin as a function that will be called on plugin load.
3. Attach `$name` and `$require` as properties on the function.

Example:

```js

function load(args) {
    var logger = args.logger;
    var sensors = args.sensors;
}

load.$name = 'myPluginName';
load.$require = ['logger', 'sensors'];

module.exports = load;

```

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