ha-status

0.0.3 • Public • Published

Usage

1. Config:

By default it starts on port 7828 (STAT) For other config add in your .env file STATUS_PORT=<port_number>

2. Install

npm install ha-status

3. Usage

3.1 No http library

require('ha-status').load();

3.2 Hapi or Express

require('ha-status').load(yourServerObject);

For some examples you can look in test/default.js

Package Sidebar

Install

npm i ha-status

Weekly Downloads

3

Version

0.0.3

License

MIT

Last publish

Collaborators

  • teo.deleanu