api-error-notifier

1.0.0 • Public • Published

api-error-notifier

Installation

$ npm install api-error-notifier

Why

Notifies any error that has been captured by application. All errors are notified over slack web hook

Usage

const notifier = require('api-error-notifier');

//@url -> Slack WebHook Url
//@type ->  Error Type
//@error -> Error Response


const result = notifier("url","type","error");

Readme

Keywords

Package Sidebar

Install

npm i api-error-notifier

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.31 kB

Total Files

3

Last publish

Collaborators

  • lifwon