0.0.2 • Published 11 years ago

sickbeard v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

node-sickbeard

Access SickBeard API with nodeJS

Installation & usage

  • Download sickbeard from npm
$ npm install sickbeard
  • Usage example :
var sickbeard = require('sickbeard');
sickbeard = new sickbeard('http://localhost:8081', 'bfca65a13f27a312569ea69cfc52251c');
sb.api('show.seasons', {tvdbid: 72108}, function(data) {
    console.log(data);
});
0.0.2

11 years ago

0.0.1

11 years ago