0.2.4 • Published 10 years ago

node-tms-onconnect v0.2.4

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

TMS OnConnect API

This library is a simple wrapper for the TMS OnConnect API by Gracenote. Each method returns a "thenable" object.

Usage

This library is build on top of Bluebird and uses promises heavily.

var api = new Gracenote(api_key);

api.lineups.findLineup().then(function(response){
    
    //... do something with response.

});

//or

api.lineups.findLineup()
    .then(doSometing)
    .then(doSometingElse)
    .then(finallyDoSometing);

Implemented:

  • Lineups
  • Stations

TODO:

  • Public Plan Methods
  • Programs
  • Series
  • Movies On TV
  • Movies In Theatres
  • Movies Trailers
  • Sports
  • Celebrities
  • Video and Social APIs
0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago