Jester Jokes is simple NPM package that provides you with list of prewritten jokes that you can easily add to your project. No need to figure out jokes on your own.
- Install the package
npm i jester-jokes
- Fetch random joke
const jester = require('jester-jokes'); const joke = jester.getJoke(); console.log(joke);
- Profit!
All contributions are welcome to the project, if you find good jokes to be added, you can add them by first forking the repo, and then adding them to src/jokes.json
.