npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

crash-reporter-service

1.0.6

@yoshuawuyts

npmSnykSocket
Downloads:269
$ npm install crash-reporter-service
DailyWeeklyMonthlyYearly

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