Skip to content

A simple NPM Package which returns random Jokes 🤣

Notifications You must be signed in to change notification settings

Redstone-Hamster/make-me-laugh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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: [email protected]]

About

A simple NPM Package which returns random Jokes 🤣

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%