https://github.com/danwakeem/error2slack
NPM Package that sends any uncaught errors in a Node.JS app to a specific slack channel
https://github.com/danwakeem/error2slack
node-module nodejs slack webhook
Last synced: 6 days ago
JSON representation
NPM Package that sends any uncaught errors in a Node.JS app to a specific slack channel
- Host: GitHub
- URL: https://github.com/danwakeem/error2slack
- Owner: Danwakeem
- Created: 2018-05-28T17:54:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T18:14:40.000Z (about 7 years ago)
- Last Synced: 2025-01-01T12:22:59.222Z (7 months ago)
- Topics: node-module, nodejs, slack, webhook
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Error2Slack
[](https://travis-ci.org/Danwakeem/error2slack)
[](https://coveralls.io/github/Danwakeem/error2slack?branch=master)## Installation
```
npm i error2slack --save
```## Usage
```
require('error2slack')(options);
```## Options
* url - This should be your slack webhook url
* forceShutdown - Force the shut down of your app when an error occurs