poojarathore30 / make-me-laugh

An 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 🀣🀣 πŸ˜‚.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Me Laugh

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

Getting started with Humour

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

About

An 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 🀣🀣 πŸ˜‚.


Languages

Language:JavaScript 100.0%