Skip to content

Commit

Permalink
docs: add example and auth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Liendo committed Jun 27, 2018
1 parent 51c5bf2 commit 803106c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage

# github pages cache data
.DS_Store

# nyc test coverage
.nyc_output

Expand Down
46 changes: 44 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,44 @@
# slack-clapback
GET ๐Ÿ‘๐ŸพSASSY๐Ÿ‘๐ŸพWITH๐Ÿ‘๐ŸพYOUR๐Ÿ‘๐ŸพSENTENCE๐Ÿ‘๐Ÿพ
# SLACK CLAPBACK

<p align="center">
ADD๐Ÿ‘๐ŸพSOME๐Ÿ‘๐ŸพSASS๐Ÿ‘๐ŸพTO๐Ÿ‘๐ŸพYOUR๐Ÿ‘๐ŸพSENTENCE!๐Ÿ‘๐Ÿพ
<img src='./images/sassy.jpg'/>
</p>

## Reason behind this app

Using [Slack](https://slack.com/)? Enjoy a good [clapback](https://www.urbandictionary.com/define.php?term=clapback)? Then this application is a must!

I found myself always typing

`I๐Ÿ‘๐ŸพGOT๐Ÿ‘๐ŸพYOUR๐Ÿ‘๐ŸพBACK!๐Ÿ‘๐Ÿพ` in Slack. Now granted, Slack makes it easy to add emojis, but I wanted to be more productive ๐Ÿ˜‰

Using the `/clapback` [slash command](https://api.slack.com/slash-commands), users in all channels can have the words in their sentence(s) transformed to automatically be more sassy!

Example:

![EXAMPLE](./images/clapback-example.gif)

---

## Usage

Install the app by clicking this button:

<a href="https://slack.com/oauth/authorize?client_id=2350673601.387252996256&scope=commands,chat:write:bot"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>

Common phrases to try:

> Always be building!
> You pick lunch
> I'm not merging until you fix your commits!
> Per my last email...
## Contributing

Feel free to file an issue for any features you'd like to see, and of course...

### PR's ๐Ÿ‘๐Ÿพ ARE ๐Ÿ‘๐Ÿพ WELCOME!๐Ÿ‘๐Ÿพ
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<title>Clapback</title>
</head>
<body>
Test
Coming soon!
</body>
</html>
Binary file added images/sassy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 803106c

Please sign in to comment.