https://github.com/hubot-archive/hubot-fliptable
Sometimes you just want to flip a damn table.
https://github.com/hubot-archive/hubot-fliptable
Last synced: 2 months ago
JSON representation
Sometimes you just want to flip a damn table.
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-fliptable
- Owner: hubot-archive
- License: mit
- Created: 2014-06-13T00:37:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T17:20:34.000Z (over 7 years ago)
- Last Synced: 2025-03-24T15:21:52.198Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: hubot-fliptable
Sometimes you need to flip a table.
See [`src/fliptable.js`](src/fliptable.js) for full documentation.
## Installation
Add **hubot-fliptable** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-fliptable": ">= 0.0.0"
}
```Add **hubot-fliptable** to your `external-scripts.json`:
```json
["hubot-fliptable"]
```Run `npm install hubot-fliptable`
## Sample Interaction
```
user1> hubot flip
Hubot> (╯°□°)╯︵ ┻━┻
```