0.0.1 • Published 10 years ago

reporter-app-load v0.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

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