make-me-laugh

2.2.1 • Public • Published

Make Me Laugh

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 here.

Installation

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

Usage

  • 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);
 

Want to contribute ?

Please check issues here!

Thankyou for being here! 😊

Check out my other Repositories here


   _____ _                  ____                               _               _ 
  / ____| |                |  _|                              | |__           | |
 | (___ | |_ __ _ _   _    | |  _ __  ___ _ __     __   ____  | __ |   __  __ | |
  \___ \| __/ _` | | | |   | | |  _ \| __ |  _ \ / _  \| ___| | |  _  / _ \/ _` |
  ____) | || (_| | |_| |   | |_| |_| | | || | | |  ___/| |__  | |_| ||  __/ (_| | 
 |_____/ \__\__,_|\__, |   |___|_____|_| || | | |\___| | ___| |____ | \___|\__,_|
                   __/ |                                      
                  |___/                                       

Connect

Linkedin

Gmail

Package Sidebar

Install

npm i make-me-laugh

Weekly Downloads

2

Version

2.2.1

License

ISC

Unpacked Size

8.04 kB

Total Files

4

Last publish

Collaborators

  • poojarathore