/define [word]A slack slash integration for getting the dictionary definition of words
Install Dependencies
$ npm install-
Start the express server by running:
$ npm start
-
Start a server tunneling service like ngrok to expose a public url that Slack can request from.
-
Configure a slack slash command for a slack team that you have permissions to in, which points to your running ngrok tunnel (ex.
http://942b2fa3.ngrok.io/define). -
🚀 In your slack team messages and channels you should have access to the
/define [word]command.
