0.0.3 • Published 7 years ago

ncrashreporter v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

#WARNING: This project is a work in progress. Please do not use this in production

ncrashreporter

Crash Reporter for Nodejs. Sends an email when the app is crashed via Postmark (https://postmarkapp.com/)

Installing crashreporter

[sudo] npm install [-g] ncrashreporter

Usage

Basic

var opts = {
    pmKey: 'POSTMARK_API_KEY',
    mailFrom: 'mailfrom@example.com',
    mailTo: 'mailto@example.com'
}
require('ncrashreporter').GetCrashReport(opts);