This Node.js project implements a Slash Command for Slack. Replies are implemented as an Incoming Webhook.
Users can type /movie <name>
to retrieve a movie's ratings from Rotten Tomatoes and IMDb as well as upcoming original version showtimes in Vienna, Austria.
To deploy this application set the SLACK_HOOK_URL
and RT_API_KEY
environment variables. Optionally the PORT
can also be defined.