Skip to content

sambev/reporterapp-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReporterApp Summary

Summarize exported json reports from the ReporterApp.

Usage should be as simple as: ./summarize exported-report.json

This script will parse the full report and write summarized data in json format. The data is structed like this:

Tokens | Yes/No | Location | Mutliple Choice | People:

{ 
   "Who are you with?": {
       "James": 12,
       "Sarah": 19
       ....
   }
}

Number | Note:

{
   "How happy are you?": [
       {
            "value": 8,
            "date": "2014-05-14T23:16:25-0600",
       },
       .....
   ]
}

About

Summarize exported json reports from the ReporterApp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published