animal-vegetable
v1.0.0
Published
Animal rights quote generator
Maintainers
Readme
Animal Say
An animal rights quote generation library.
| Offensiveness Rating | Abbreviation | |----------------------|----------------------| | 1 | possibly offensive | | 2 | probably offensive | | 3 | definitely offensive |
{
"quote": "",
"author": "",
"offensiveness": 1
}npm install animalsayBrowser
import { Animal } from 'animalsay';Node
const Animal = require("animalsay");console.log(Animal.say());