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

https://github.com/reimertz/random-curse-words


https://github.com/reimertz/random-curse-words

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# random-curse-words

### Generate bad words, NSFW

#### npm install random-curse-words

var curseWords = require('random-curse-words');

console.log(randomWords());
butt

console.log(randomWords(5));
['Egoist', 'Missing link', 'Dagnammit', 'Worm', 'Snob']