Skip to content
bigkevmcd edited this page Oct 16, 2012 · 4 revisions

Welcome to the node-rfxcom wiki!

As I've been using the rfxcom library in my own code, I've experimented with hooking it up to various other JavaScript libraries.

Some examples...

REST API example

A simple REST API with restify Not the most RESTful example in the history of the world, but it'll for a demo

Node.js cron example

A simple cron example using the cron module.

Cosm example

Using my cosm library, located here, https://github.com/bigkevmcd/node-cosm

Clone this wiki locally