Skip to content

hugoangeles0810/tv-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published