jk-api
v1.0.3
Published
A Node.js API for jokes from [r/Jokes](https://reddit.com/r/jokes).
Downloads
5
Readme
jk-api
A Node.js API for jokes from r/Jokes.
Usage
let joke = require('jk-api')();
console.log(joke);
// { title: 'When I drink alcohol, people call me alcoholic. But when I drink fanta, no one calls me',
// text: 'or texts me, I\'m so lonely, pls help.' }