insult-compliment
v1.1.4
Published
The best insult generator out there!
Downloads
38
Readme
Insult-Compliment
An example of a Insult and a Compliment generator.
This is a NPM package that does insults and compliments. This is like a insult and compliment generator. Some of the insults could be really harsh, so make sure to compliment afterwards.
To install this NPM package please run the following command.
npm i --save insult-compliment
Define the library.
const InsultCompliment = require("insult-compliment");
To get an insult or compliment do the following.
//Compliment
InsultCompliment.Compliment();
//Returns a compliment.
//Insult
InsultCompliment.Insult();
//Returns an insult.
Docs: Link