An open API service indexing awesome lists of open source software.

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.

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> (╯°□°)╯︵ ┻━┻
```