Imagine having a conversation with your team on slack and someone drops a big word. How do you stay calm? This solution helps you find the meaning to these words right inside the conversation without breaking the flow. It maximises slack's slash command.
Here is a dictionary in your slack....additionally, you can get random words.
- Add Slash Command Integration to your team on slack
- Use /slackword as the slash command
- Use http://larikraun.me/slack-random-word/index.php as the url
- Set method to GET
- Save the settings
- You can now use the slash command from your slack team. (See the list of commands below)
- Star the repo :P
- Clone the repo
- Get an API KEY from [Word API] (https://www.wordsapi.com/)
- Put the key into your .env file
- Integrate slackword into your slack team
- Fetch word definitions
- Fetch random words and definitions
- Configure the frequency of random words suggestions and definitions
- Automate integration to slack
Command | Description |
---|---|
/slackword | Fetches a random word and definition |
/slackword {word} e.g /slackword orchid | Fetches the meaning of {word} |
/slackword (help) | Shows list of all commands |
/slackword (configure) | configures the frequency of random words suggestions |
Send me a mail at [email protected]
[Word API] (https://www.wordsapi.com/)