Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadyazmy/yo-mamma
NPM package generating the best 'yo mama' jokes
https://github.com/fadyazmy/yo-mamma
jokes module npm
Last synced: 18 days ago
JSON representation
NPM package generating the best 'yo mama' jokes
- Host: GitHub
- URL: https://github.com/fadyazmy/yo-mamma
- Owner: Fadyazmy
- Created: 2017-10-01T13:46:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T08:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T19:39:30.479Z (about 1 month ago)
- Topics: jokes, module, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/yo-mamma
- Size: 10.1 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![NPM](https://nodei.co/npm/yo-mamma.png?compact=true)](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);
```