1.1.1 • Published 2 years ago

random-insult v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

random-insult

npm.io npm.io

Description

Tiny NPM package that insults you, in a lot of ways.

Installing

To get the latest version run this command in your project: npm i random-insult

Usage

var random-insult = require("random-insult");

See test.js for more examples

Example

import Insult from 'random-insult';

Insult.me();
//=> "I am a bastard!"

Functions

me Returns a insult. If you are easily offended, do not use this package.