1.3.0 • Published 7 years ago

yo-mamma v1.3.0

Weekly downloads
200
License
ISC
Repository
github
Last release
7 years ago

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

7 years ago

1.2.0

7 years ago

1.0.0

7 years ago