[x] Short Description: Check connection to server.
[x] Copy the Client ID and Client Secret information and store it into environment variables.
[x] Register a route that handles GET request to a /oauth endpoint. We'll use this endpoint for handling the logic of the Slack oAuth process behind the app.
[x] Register a route that handles a POST request to a /command endpoint and send back a simple responds to indicate that localtunnel is working.
[x] Go to https://api.slack.com/docs/slack-button, scroll down to the "Add the Slack button " section where you can find a handy generator for a button that would allow anyone to add the new app. Make sure to request the commands scope, which is necessary to add our bundled slash command.
[x] type in "/verifyconnection" in the slack channel that animebot has been integrated to invoke a response from index.js.
Motivation
User can see animebot in slack after it has been integrated into the user's channel.
Implementation