Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sriharshakappala/hubot-tell-a-joke

A hubot script that tells a random Chuck Norris joke :)
https://github.com/sriharshakappala/hubot-tell-a-joke

Last synced: about 2 months ago
JSON representation

A hubot script that tells a random Chuck Norris joke :)

Awesome Lists containing this project

README

        

# hubot-tell-a-joke

A hubot script that tells a random Chuck Norris joke from ICNDB :)

See [`src/tell-a-joke.coffee`](src/tell-a-joke.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-tell-a-joke --save`

Then add **hubot-tell-a-joke** to your `external-scripts.json`:

```json
[
"hubot-tell-a-joke"
]
```

## Sample Interaction

```
hubot>> hubot tell a joke
hubot>> Not everyone that Chuck Norris is mad at gets killed. Some get away. They are called astronauts.
```