npm.io
0.0.3 • Published 7 years ago

insult

Licence
GPL-3.0
Version
0.0.3
Deps
0
Size
5 kB
Vulns
0
Weekly
3
Stars
2

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:

const insulter = require('insult');

To generate an insult run the following command:

insulter.Insult();

Example code:

const insulter = require('insult');

console.log(insulter.Insult());