Skip to content

octalmage/insultgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

insultgenerator

Node.js module that pulls random insults from insultgenerator.org.

WARNING: These insults are NSFW and very offensive.

Installation

npm install insultgenerator

Usage

This module exports a single function that accepts a callback.

var insultgenerator = require('insultgenerator');

insultgenerator(function(insult)
{
        console.log(insult);
})

License

MIT

About

Node.js module that pulls random insults from insultgenerator.org.

Resources

Stars

Watchers

Forks

Packages

No packages published