1.0.6 • Published 7 years ago

crash-reporter-service v1.0.6

Weekly downloads
28
License
-
Repository
-
Last release
7 years ago

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

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago