tvforecast

easy way to get tvforecast information

Usage no npm install needed!

<script type="module">
  import tvforecast from 'https://cdn.skypack.dev/tvforecast';
</script>

README

tvforecast

Easy way to get tv forecast information.

Usage

From console

node index.js "Covert Affairs" "White Collar"

Or within a script

var tvforecast = require("./ext/tvforecast/src/main");

// Will write "Covert Affairs" information to log
tvforecast("Covert Affairs", null, console.log);