Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T18:14:40.000Z (over 6 years ago)
- Last Synced: 2024-11-08T16:24:31.486Z (3 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
[![Build Status](https://travis-ci.org/Danwakeem/error2slack.svg?branch=master)](https://travis-ci.org/Danwakeem/error2slack)
[![Coverage Status](https://coveralls.io/repos/github/Danwakeem/error2slack/badge.svg?branch=master)](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