0.0.15 • Published 8 years ago

thing-js v0.0.15

Weekly downloads
62
License
-
Repository
github
Last release
8 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

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

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