Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumitm01/slackforwarder
This assignment was to create a slack app using NodeJS which forwards a message from channel-1 to channel-2 after converting all alphabetic characters to upper case.
https://github.com/sumitm01/slackforwarder
ngrok nodejs slack slack-api slack-app slack-bot
Last synced: 15 days ago
JSON representation
This assignment was to create a slack app using NodeJS which forwards a message from channel-1 to channel-2 after converting all alphabetic characters to upper case.
- Host: GitHub
- URL: https://github.com/sumitm01/slackforwarder
- Owner: SumitM01
- Created: 2024-05-14T14:04:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T14:32:46.000Z (6 months ago)
- Last Synced: 2024-10-04T21:36:35.622Z (about 1 month ago)
- Topics: ngrok, nodejs, slack, slack-api, slack-app, slack-bot
- Language: JavaScript
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Message Forwarder
#### This assignment was to create a slack app using NodeJS which forwards a message from channel-1 to channel-2 after converting all alphabetic characters to upper case.### Tools/Libraries Used
- Claude AI
- Programming Language: Node.js
- Slack SDK: Used the official @slack/bolt library to interact with the Slack API.
- ngrok: Used ngrok to create a secure tunnel to local development server, allowing Slack to communicate with it.### Working Demo
https://github.com/SumitM01/SlackForwarder/assets/65524561/43aec795-fd9e-4a46-845e-aa8a723181a1
### Conclusion
As documented in this README file, I have invested my time in **researching 🔎, learning 📖, debugging 👨💻** to implement this project. If you appreciate this document please give it a ⭐, share with friends and do give it a try. Thank you for reading this! 😊
### References
- NodeJS Documentation: https://nodejs.org
- Claude AI - https://claude.ai
- Ngrok Documentation: https://ngrok.com
- Slack API Documentation: https://api.slack.com