0.1.3 • Published 9 years ago

movie-draft-default-reporter v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

movie-draft-default-reporter

Print movie draft data output to the console.

npm version Build Status Test Coverage

npm.io

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