node-sonarr

0.0.5 • Public • Published

node-sonarr

Node interface for Sonarr.

Not properly tested yet

Work In Progress.

Usage example

var sonarr = require('node-sonarr');

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

sn.status().then(function(res) {
	// Data in res
});

sn.series().then(function(res) {
    // Data in res
});

sn.history().then(function(res) {
    // Data in res
});

sn.calendar().then(function(res) {
    // Data in res
});

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

Readme

Keywords

Package Sidebar

Install

npm i node-sonarr

Weekly Downloads

2

Version

0.0.5

License

GPL v2

Last publish

Collaborators

  • madslundt