0.0.9 • Published 8 years ago

iotjs v0.0.9

Weekly downloads
28
License
-
Repository
github
Last release
8 years ago

IoT.js

IoT.js is an IoT framework provides the easiest and fastest way to develop IoT applications with open hardware.

Getting Started

Blink an LED without any JavaScript code.

1. Install IoT.js

npm install -g iotjs

2. Setup device.json

Add a new file device.json and add the below JSON object.

{
  "modules": {
    "led" : { "module": "Led", "pins": 44 }
  },
  "extensions": {
    "iotjs-blink": { "modules": "led" }
  }
}

3. Run

iotjs

API Documentation

Check the API documentation to see how to control hardware modules on a dev board.

Supported Boards

Maintainers

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago