0.1.4 • Published 11 years ago

node-couchpotato v0.1.4

Weekly downloads
1
License
GPL v2
Repository
github
Last release
11 years ago

node-couchpotato

Node interface for CouchPotato.

Not properly tested yet

Work In Progress.

Usage example

var CouchPotato = require('node-couchpotato');

var cp = new CouchPotato({
	url: '<host:port>', 
	apikey: '<APIKEY>', 
	debug: true
	});

cp.movie.progress().then(function(r) {
	console.log(r);
});
0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.4

12 years ago

0.0.3

12 years ago