Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 23 hours ago
JSON representation
A hubot script that tells a random Chuck Norris joke :)
- Host: GitHub
- URL: https://github.com/sriharshakappala/hubot-tell-a-joke
- Owner: sriharshakappala
- Created: 2015-10-28T05:21:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T09:12:30.000Z (about 9 years ago)
- Last Synced: 2024-08-04T04:04:55.080Z (3 months ago)
- Language: CoffeeScript
- Homepage: https://www.npmjs.com/package/hubot-tell-a-joke
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```