movie-draft-default-reporter

0.1.3 • Public • Published

movie-draft-default-reporter

Print movie draft data output to the console.

npm version Build Status Test Coverage

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

Dependents (1)

Package Sidebar

Install

npm i movie-draft-default-reporter

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • alebelcor