Skip to content

jc21/nodejs-sonarr-api

Repository files navigation

Sonarr API Client

See: https://github.com/Sonarr/Sonarr/wiki/API

Usage

const Sonarr = require('@jc21/sonarr-api').Sonarr;

let s = new Sonarr('https://USER:PASS8@sonarr.example.com', 'APIKEY');

s.shows()
    .then(result => {
        console.log(result);
    })
    .catch(err => {
        console.error('ERR:', err);
    });

Compiling

npm install
tsc --project tsconfig.build.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published