- Send a happy birthday wish
- Send an anniversary reminder
- Node.js 8+
- Slack Bolt API
- Clone the project from github.
git clone https://github.com/Vectormike/slackbot-node slackbotcd slackbot
npm install- You will find a file named
.env.exampleon root directory of project. - Create a new file by copying and pasting the file and then renaming it to just
.envcp .env.example .env
- The file
.envis already ignored, so you never commit your credentials. - Change the values of the file to your environment. Helpful comments added to
.env.examplefile to understand the constants.
npm run devYou will know server is running by checking the output of the command npm run dev