UNPKG

insult

Version:

A package that generates random insults.

24 lines (17 loc) 430 B
# insult An insult generator made for node.js. **WARNING**: this package contains NSFW and very harsh, uncalled for language! ## Usage Add the library somewhere in your file like this: ```js const insulter = require('insult'); ``` To generate an insult run the following command: ```js insulter.Insult(); ``` Example code: ```js const insulter = require('insult'); console.log(insulter.Insult()); ```