reporter-app-load

0.0.1 • Public • Published

reporter-app-load

Load & parse your directory of .json files generated by Reporter.

  • Converts responses into key/values by camel casing the question and setting the value to the answer
  • Parses the date into a JavaScript date
  • Adds hour, day (of the week), and month

Installation

$ npm install reporter-app-load

Usage

var load = require('reporter-app-load');
var directory = process.env.HOME + '/Dropbox/Apps/Reporter-App'; // or wherever you save your reports
var data = load(directory);

License

MIT

/reporter-app-load/

    Package Sidebar

    Install

    npm i reporter-app-load

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • trevorgerhardt