https://github.com/crutchcorn/slack-nodejs-example-app
An example app for showcasing the Slack NodeJS SDK
https://github.com/crutchcorn/slack-nodejs-example-app
Last synced: about 2 months ago
JSON representation
An example app for showcasing the Slack NodeJS SDK
- Host: GitHub
- URL: https://github.com/crutchcorn/slack-nodejs-example-app
- Owner: crutchcorn
- Created: 2020-01-20T23:34:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:22:37.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:36:02.363Z (4 months ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is the relevant code associated with the Unicorn Utterances blog post about making a Slack Bot using MongoDB and Node:
https://unicorn-utterances.com/posts/making-a-slack-bot-with-node-and-mongo/
You can see a quick demonstration of the project here:

Ultimately, there are multiple revisions of this project in this repo that build on each other until the final version:
1) [The basic event listener](./events.js)
2) [The interactive base code, to be filled in during live coding](./interactive_base.js)
3) [The finalized interactive code](./interactive.js)
4) [The base code to connect to Mongo to be filled in during live coding](./mongo_base.js)
5) [The final MongoDB code for the project](./mongo.js)## Contact Me!
I wrote this blog post and code in order to give a talk live for [a Slack Meetup](https://slackcommunity.com/events/details/slack-sacramento-presents-building-communities-and-slack-api-integrations/). If you're interested in me giving the same talk (or even a revised one), reach out to
me [on Twitter](https://twitter.com/crutchcorn).