kingraveninsults

1.0.1 • Public • Published

kingraveninsults

This generates offensive insults. If you played original dota 2012 ish, you might know who king raven is. This generates insults of the same nature and was featured on the kingraven forums.

Install

npm i kingraveninsults

Use

import { generateInsult } from '../src/index';
generateInsult('DEFAULT');
// You're just a planter
import { generateInsult } from '../src/index';
generateInsult('CLASSIC');
// Get rolled, clownscum
import { generateInsult } from '../src/index';
generateInsult('COMPLEMENTS');
// You're the most marvelous bunnycookie I know

Create insult of a specific length

import { insult, modeMap } from '../src/index';
insult(25, modeMap.DEFAULT);
//  I've never seen such a fucking plantfat

/kingraveninsults/

    Package Sidebar

    Install

    npm i kingraveninsults

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    32.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • scttcper