Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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