Simple express server that can be used with a custom slack command to yodaify an input text using [this mashape API] (https://market.mashape.com/ismaelc/yoda-speak)
- Create a custom slack slash command for your team.
- Deploy the server - e.g on heroku
- Set your mashape key for env var
YODA_API_KEY
- Insert the URL of your server
- Write /yourSlashCommandName [msg] and get a yodaifyed response.
- njoy
The API is running on a sandbox instance and sometimes down.
Integration is sometimes timing out because slack has a max response time of 3000 ms.
Change response handling so that no timeout occurs.