Skip to content

madslundt/node-sonarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node interface for Sonarr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published