1.0.0 • Published 2 years ago

animal-vegetable v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Animal Say

An animal rights quote generation library.

Offensiveness RatingAbbreviation
1possibly offensive
2probably offensive
3definitely offensive
{
    "quote": "",
    "author": "",
    "offensiveness": 1
}
npm install animalsay

Browser

import { Animal } from 'animalsay';

Node

const Animal = require("animalsay");
console.log(Animal.say());

Links