animequote

Anime Quotes Generator (with cli)


Keywords
anime, quote, generator, random, stuff
License
MIT
Install
npm install animequote@1.0.3

Documentation

!!! If you are using 1.0.3 or lower, please update the package. !!!

node-animequote

npm downloads npm version License

NPM

Anime Quote Generator. In node.js. Made from node-yoda-said. Resources from anime-quote-generator.

Before installing, you want to make sure it works, eh? Click Test animequote in your browser. at the right side of the npmjs page, then click Run. It will run a script and gives you a nice js object callback.

How to use it?

var aq = require('animequote');
console.log("\"" + aq().quotesentence + "\" --- " + aq().quotecharacter + " from " + aq().quoteanime);

Callback example

{
    "quotenumber": 1,
    "quotesentence": "<Random>",
    "quotecharacter": "<Random>",
    "quoteanime": "<Random>"
}

In console?

UNTESTED, so if you found a problem here, submit an issue in the GitHub repo.

$ npm install --global animequote
$ animequote

Credit

Contribute?

If you want to add a new quote, do it in the original repo and remind me by creating an issue or DM me on Discord (austinhuang#1076).

Contact

Discord