hubot-table-flip
Version:
Have a hubot flip a table!
34 lines (23 loc) • 843 B
Markdown
# hubot-table-flip
> Have a hubot flip a table!
[](https://www.npmjs.org/package/hubot-table-flip)
[](https://travis-ci.org/kuatsure/hubot-table-flip)
See [`src/table-flip.coffee`](src/table-flip.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-table-flip --save`
Then add **hubot-table-flip** to your `external-scripts.json`:
```json
[
"hubot-table-flip"
]
```
## Sample Interaction
```
user1>> hubot tableflip
hubot>> (╯°□°)╯︵ ┻━┻
user1>> hubot tableflip this fragile thing!
hubot>> (╯°□°)╯︵ ¡ƃuıɥʇ ǝlıƃɐɹɟ
user1>> hubot tableflip
hubot>> ┬─┬ ノ( ゜-゜ノ)
```