hubot-seinfeld
Version:
Create Seinfeld logos of your text with hubot.
29 lines (18 loc) • 596 B
Markdown
# hubot-seinfeld

Create Seinfeld logos of your text with hubot
### Installation
Add `hubot-seinfeld` to your `package.json` file:
```
npm install --save hubot-seinfeld
```
Add `hubot-seinfeld` to your `external-scripts.json`:
```json
["hubot-seinfeld"]
```
Run `npm install`
### Usage
`hubot seinfeld me <input>`
### Credits
Thanks to [@charliesome](https://github.com/charliesome) for his Seinfeld generator used in this script.
Big thanks to [@holman](https://github.com/holman) for his fuck-yeah-nouns script that this is based on.