Tinkerforge JavaScript Bindings
===============================

The JavaScript bindings allow you to control Tinkerforge Bricks and Bricklets
from your JavaScript scripts. The bindings can be used with Node.js or in your
browser. This ZIP file contains:

 nodejs/tinkerforge.tgz -- Node.js NPM package (install with npm tool)
 nodejs/source/         -- source code of tinkerforge.tgz
 nodejs/examples/       -- Node.js examples for every Brick and Bricklet
 browser/source/        -- source code of the browser version of the bindings
 browser/examples/      -- HTML examples for every Brick and Bricklet

For more information about the JavaScript bindings (including setup
instructions) go to:

 https://www.tinkerforge.com/en/doc/Software/API_Bindings_JavaScript.html (English)
 https://www.tinkerforge.com/de/doc/Software/API_Bindings_JavaScript.html (German)

The Node.js version of the JavaScript bindings is also available in the Node.js
package repository:

 https://www.npmjs.org/package/tinkerforge
