https://github.com/fady-json/yo-mamma
NPM package generating the best 'yo mama' jokes
https://github.com/fady-json/yo-mamma
jokes module npm
Last synced: 5 months ago
JSON representation
NPM package generating the best 'yo mama' jokes
- Host: GitHub
- URL: https://github.com/fady-json/yo-mamma
- Owner: fady-json
- Created: 2017-10-01T13:46:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T08:55:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T05:25:47.639Z (6 months ago)
- Topics: jokes, module, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/yo-mamma
- Size: 10.1 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://npmjs.org/package/yo-mamma)
# yo-mamma```shell
$ npm install yo-mamma --save
``````javascript
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);
```