A simple NPM Package which returns random JOKES. It provides the most funniest Jokes to display in your application. Get your daily jokes and keep the humourous spirit rolling 🤣🤣 😂.
Click here to view this package on NPM registry. Check the homepage down here.
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
Installation of package is done using the npm install command:
$ npm install --save make-me-laugh
- Requiring the module
var myjoke = require('make-me-laugh');
- getJoke() method returns a random joke from jokes Array.
var joke = myjoke.getjoke();
console.log(joke);
Please check issues here!
Check out my other Repositories here
_____ _ ____ _ _
/ ____| | | _| | |__ | |
| (___ | |_ __ _ _ _ | | _ __ ___ _ __ __ ____ | __ | __ __ | |
\___ \| __/ _` | | | | | | | _ \| __ | _ \ / _ \| ___| | | _ / _ \/ _` |
____) | || (_| | |_| | | |_| |_| | | || | | | ___/| |__ | |_| || __/ (_| |
|_____/ \__\__,_|\__, | |___|_____|_| || | | |\___| | ___| |____ | \___|\__,_|
__/ |
|___/
[Gmail: [email protected]]