Fadyazmy / yo-mamma

NPM package generating the best 'yo mama' jokes

Home Page:https://www.npmjs.com/package/yo-mamma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM

yo-mamma

$ npm install yo-mamma --save
const yoMamma = require('yo-mamma').default;
let insult;

// get random joke
insult = yoMamma(); 

// get specific joke
insult = yoMamma(1); 

//Yo mama is so old that she knew Burger King while he was still a prince.
console.log(insult);

About

NPM package generating the best 'yo mama' jokes

https://www.npmjs.com/package/yo-mamma


Languages

Language:JavaScript 100.0%