Skip to content

szymonkochanski/node-relayr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The relayr Node.js Library

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.

Installing the Library

To install the library simply type

npm install relayr

Including the Library in your Project

In order to include the module in your project simply add

var Relayr = require('relayr');

Using the Library

For a documentation on how to use the library please see our Node.js section on the Developer Dashboard

Examples

Please have a look at the Examples folder for a few samples displaying the library's capabilities.

Credits

Big thanks to BinaryMax for putting in the ground work for this library.

License

MIT License

About

Node.js library for Relayr sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%