A Slack-based application designed to encourage physical activity, consistency, and healthy habits within the Jaya community.
This project serves as the designated Slack App for the Sports Program. It is designed to be installed in the Slack workspace (and eventually the Marketplace) to allow users to seamlessy interact with the Sports Program backend.
This project is part of an internal learning initiative where developers collaborate, practice English, and gain hands-on experience with modern development tools.
# Replace with your bot and app token
export SLACK_BOT_TOKEN=<your-bot-token> # from the OAuth section
export SLACK_APP_TOKEN=<your-app-level-token> # from the Basic Info App Token Section# Clone this project onto your machine
git clone https://github.com/jaya/sports-program-slack.git
# Change into the project
cd sports-program-slack/
# Install the dependencies
npm installnpm startThe Slack CLI is a quick way to run your app locally.
- Install the Slack CLI.
- Authorize the CLI with your workspace:
slack login - Start the local development server:
slack runGo to the installed workspace and type "hello" in a DM to your new bot. You can also type "hello" in a channel where the bot is present.
Found a bug or have a question about this project? We'd love to hear from you!
- Browse to slackapi/bolt-js/issues
- Create a new issue
- Select the
[x] examplescategory
See you there and thanks for helping to improve Bolt for everyone!