node version 12.14.1+
To use the random slash command, type /random inside of any Slack message. You must provide at least two space-separated values.
-
Clone this repository
git clone git@github.com:tbaik/random-slack-slash.git -
Run the deploy command
npm run deployYou must set the following two environmental variables in order to deploy to AWS
export AWS_ACCESS_KEY_ID=<your-key-here> export AWS_SECRET_ACCESS_KEY=<your-secret-key-here>
