jessepollak / command

:black_nib: Making the web better with Slack-like slash commands.
http://slashcommand.club
MIT License
1.11k stars 66 forks source link

Update CONTRIBUTING.md to provide a more involved example of creating a command #32

Open ishu3101 opened 8 years ago

ishu3101 commented 8 years ago

How do you create your own slash command? How do you get the slash command to do more than just open a new tab which is what is shown in the example given in the documentation here.

I would like to create a /google command that would search the web with google and get the url and title of the search result the user selected and insert it into the textarea.

jessepollak commented 8 years ago

Hi! Thanks for the feedback. I will work to improve the documentation with a more full-fledged example. In the meantime, here are some good places to start:

If you'd like to dive in, I can make myself available here to answer any questions you have getting set up!