Licence
MIT
Version
0.1.3
Deps
4
Vulns
0
Weekly
0
movie-draft-default-reporter
Print movie draft data output to the console.

Install
npm install --save movie-draft-default-reporter
Usage
var defaultReporter = require('movie-draft-default-reporter');
defaultReporter([ { title: 'Pulp Fiction', domesticGross: 107928762 } ]); // outputs results to console
API
defaultReporter(data)
Prints the movie draft data output to the console.
data
Type: array of objects
An array of objects containing the data for one or more movies as outputted by the movie-draft package.
License
MIT Alejandro Beltrán