homestar-rest

0.1.22 • Public • Published

homestar-rest

IOTDB Bridge to REST / Web Interfaces.

About

See the samples for details how to add to your project, particularly ones called iotdb_*.js

Installation

Then:

$ npm install homestar-rest

If you're a developer, run this command in extract directory

$ git clone https://github.com/dpjanes/homestar-rest
$ cd homestar-rest
$ homestar set /modules/homestar-rest $PWD

Simulators for Testing the Samples

We've created a SmartHome simulator, written in Python. This is running here

http://playground-home.iotdb.org/

You can send GET, PUT and PATCH.

If you'd like to run this yourself:

$ git clone https://github.com/dpjanes/iotdb-simulators
$ cd iotdb-simulators
$ python serve.py --port 27772 website_home_1 &
$ curl 'http://0.0.0.0:27772'
{
   "basement": {
      "hue": {
         "1": {
            "on": true, 
            "rgb": "#FF0000"
         }, 
…

Models

The Models included are only for Demo purposes. My home is we can actually pull in models from elsewhere rather than having to re-spec them.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.22
    1
    • latest

Version History

Package Sidebar

Install

npm i homestar-rest

Homepage

homestar.io

Weekly Downloads

28

Version

0.1.22

License

Apache-2.0

Last publish

Collaborators

  • dpjanes