Bot takes a quote and post it in Slack
# Install dependencies
npm install
# Run test
npm test
# Run the bot
npm start
Rename .env.example to .env and define your SLACK_TOKEN there. You will need to define the name of the slack channel where quotes should be posted.
Run the bot with npm start
command.