Welcome to the relayr Node.js Library. The library allows you to access your WunderBar sensor data and the relayr Cloud Platform functionality from apps built in Node.js.
This library isn't complete, but will grow to expose a lot more useful functionality.
To install the library simply type
npm install relayr
In order to include the module in your project simply add
var Relayr = require('relayr');
For a documentation on how to use the library please see our Node.js section on the Developer Dashboard
Please have a look at the Examples folder for a few samples displaying the library's capabilities.
Big thanks to BinaryMax for putting in the ground work for this library.
MIT License