$ npm install crash-reporter-serviceAggregate crash reports for Electron apps
$ npm install # install dependencies
$ npm start # start service
PORT # set the port the service should listen to
DB_PATH # set the location the database should be created in
USERNAME # basic auth username to access results
PASSWORD # basic auth password to access results
/report PUT Create a new crash report
/list GET Stream out a range of timestamps
/404 GET 404 handler
None