jokesfolkes
v1.0.6
Published
This document provides an overview of the jokesfolkes, including installation instructions, usage examples, and tips and tricks.
Downloads
9
Readme
This document provides an overview of the jokesfolkes, including installation instructions, usage examples, and tips and tricks.
Installation
To install the NPM Package, run the following command in the terminal:
npm install jokesfolkes
yarn add jokesfolkes
Usage
The following example shows how to use the NPM Package:
const getJoke = require("jokesfolkes"); // import the package
const joke = getJoke(); // calling the function to get joke
console.log(joke, "The Joke"); // console logging the output