tv-maze-alver
v1.0.0
Published
A TVMaze wrapper client
Downloads
3
Readme
tv-maze
Usage
var tvmaze = require('tv-maze')
var client = tvmaze.createCliente()
client.shows(function (err, shows) {
// do something shows
})
client.search('lost', function (err, shows) {
// do something shows
})