Skip to content
/ iotjs Public

An IoT framework provides the easiest and fastest way to develop IoT applications with open hardware.

Notifications You must be signed in to change notification settings

evanxd/iotjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An IoT framework provides the easiest and fastest way to develop IoT applications with open hardware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages