Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 254 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 254 Bytes

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);