castcloud
v0.0.10
Published
Node.js implementation of the Castcloud API
Downloads
3
Readme
Castcloud Node.js Server
Node.js implementation of the Castcloud API
Usage
npm install castcloud -g
castcloud [port]
Programmatic Usage
Starting a server:
var castcloud = require('castcloud');
castcloud(options);