node-nzbget

0.0.4 • Public • Published

node-couchpotato

Node interface for CouchPotato.

Not properly tested yet

Work In Progress.

Usage example

var nzbget = require('node-nzbget');
 
var ng = new nzbget({
    url: '<host:port>', 
    username: '<username>',
    password: '<password>',
    });
 
ng.version().then(function(res) {
    // data in res
});
 
ng.history().then(function(res) {
    // data in res
});
 
ng.listgroups().then(function(res) {
    // data in res
});
 
ng.listfiles().then(function(res) {
    // data in res
});

For now there only exists these functions. For more information about the API calls, click here

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0

Package Sidebar

Install

npm i node-nzbget

Weekly Downloads

0

Version

0.0.4

License

GPL v2

Last publish

Collaborators

  • madslundt