@juicyllama/nestjs-slack
v11.0.3
Published
A NestJS app for integrating with Slack
Keywords
Readme
Install
npm i @juicyllama/nestjs-slackUsage
You can checkout the Sandbox for an example implementation.
Configuration
SLACK_TOKEN=<YOUR_TOKEN_HERE>
SLACK_DEFAULT_CHANNEL=<YOUR_DEFAULT_CHANNEL>Types
We are extending the Slack SDK here:
- https://www.npmjs.com/package/@slack/web-api
- https://docs.slack.dev/tools/node-slack-sdk/web-api/
Testing
We are using faker with the live service to test.
