boxoffice

Get boxoffice info

Usage no npm install needed!

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

README

boxoffice

Get boxoffice info, USA top 10

Installation

$ npm install boxoffice

API

var bo = require('./lib/boxoffice.js');

bo.get(function(err, data){
    console.log(err, data);
});