tv-maze-mimoticdev

1.0.0 • Public • Published

tv-maze

Usage

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

Readme

Keywords

Package Sidebar

Install

npm i tv-maze-mimoticdev

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • miktown