reddit-joke
v1.0.3
Published
A utility to randomly fetch jokes from reddit
Readme
reddit-joke
This module is to automatically get a reddit joke from the /r/jokes subreddit.
Usage
var reddit = require('reddit-joke');
var max = 25;
reddit.joke(max);Github
https://github.com/cgincdev/reddit-joke
