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);
});
Get boxoffice info
<script type="module">
import boxoffice from 'https://cdn.skypack.dev/boxoffice';
</script>
Get boxoffice info, USA top 10
$ npm install boxoffice
var bo = require('./lib/boxoffice.js');
bo.get(function(err, data){
console.log(err, data);
});