crash-reporter-service

1.0.6 • Public • Published

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i crash-reporter-service

Weekly Downloads

8

Version

1.0.6

License

none

Last publish

Collaborators

  • yoshuawuyts