crash-reporter-service
v1.0.6
Published
Aggregate crash reports for Electron apps
Downloads
6
Readme
crash-reporter-service
Aggregate crash reports for Electron apps
Usage
$ npm install # install dependencies
$ npm start # start service
Environment variables
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
Routes
/report PUT Create a new crash report
/list GET Stream out a range of timestamps
/404 GET 404 handler
Peer Dependencies
None