plat-tv-maza

... js var tvmaze = require('tv-maze')

Usage no npm install needed!

<script type="module">
  import platTvMaza from 'https://cdn.skypack.dev/plat-tv-maza';
</script>

README

plat-tv-maze

Usage

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