reddit-joke

A utility to randomly fetch jokes from reddit

Usage no npm install needed!

<script type="module">
  import redditJoke from 'https://cdn.skypack.dev/reddit-joke';
</script>

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