0.1.4 • Published 10 years ago

node-couchpotato v0.1.4

Weekly downloads
1
License
GPL v2
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

12 years ago

0.0.3

12 years ago