0.0.15 • Published 9 years ago

thing-js v0.0.15

Weekly downloads
62
License
-
Repository
github
Last release
9 years ago

Thing.js

Thing.js is a framework provides the fastest and easiest way to develop applications for open hardware devices.

Getting Started

Blink an LED without any JavaScript code.

1. Install Thing.js

npm install thing-js

2. Setup board.json

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

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

3. Run

~/path/to/thing-js/thingjs

API Documentation

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

Supported Boards

Maintainers

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago