tv-maze-0810

1.0.2 • Public • Published

tv-maze

Usage

var tvmaze = require('tv-maze')
 
var client = tvmaze.createClient()
 
client.shows(function (err, shows) {
  // do something shows
})
 
client.search('lost', function (err, shows){
  // do something shows
})

Readme

Keywords

Package Sidebar

Install

npm i tv-maze-0810

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • hugoangeles