A simple node server use slash command to do translation
- Go to the Slash Command page
https://[YOUR_TEAM].slack.com/services/new/slash-commands
to add a slack command - Choose a Command
/translate
- Update the settings in Slack
In your slack channel, type /translate [phrase]
- Clone this repo
git clone git@github.com:fraserxu/slack-translate.git
- Add a Heroku remote:
heroku git:remote -a slack-translation
- Commit your code to Heroku
git push heroku master
MIT