Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claudiopro/slack-slashcommand-urbandictionary
🤖 Slack slash command handler for Urban Dictionary lookup
https://github.com/claudiopro/slack-slashcommand-urbandictionary
slack slack-commands urban-dictionary
Last synced: 17 days ago
JSON representation
🤖 Slack slash command handler for Urban Dictionary lookup
- Host: GitHub
- URL: https://github.com/claudiopro/slack-slashcommand-urbandictionary
- Owner: claudiopro
- License: mit
- Created: 2017-06-24T14:52:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T18:36:19.000Z (over 7 years ago)
- Last Synced: 2024-11-12T07:39:47.789Z (3 months ago)
- Topics: slack, slack-commands, urban-dictionary
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
# slack-slashcommand-urban
A simple [Slack Slash Command](https://api.slack.com/slash-commands) handler written following @lmammino's [excellent tutorial on Scotch.io](https://scotch.io/tutorials/create-a-custom-slack-slash-command-with-nodejs-and-express).
Provides a convenient command to look up a term on Urban Dictionary using @mvrilo's [urban](http://npm.im/urban) npm module. Based on Node with Express.
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2017 Claudio Procida