node-couchpotato

0.1.4 • Public • Published

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

/node-couchpotato/

    Package Sidebar

    Install

    npm i node-couchpotato

    Weekly Downloads

    0

    Version

    0.1.4

    License

    GPL v2

    Last publish

    Collaborators

    • madslundt