Skip to content

blovato/define

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/define slack slash command

/define [word] A slack slash integration for getting the dictionary definition of words

Example

Development

Install Dependencies

$ npm install

Running Locally with Slack

  1. Start the express server by running:

    $ npm start
  2. Start a server tunneling service like ngrok to expose a public url that Slack can request from.

  3. 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).

  4. 🚀 In your slack team messages and channels you should have access to the /define [word] command.

About

slack slash integration for working with words

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published