random-anime-quotes
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Generate random anime quotes from a huge database

Powered by Animu

Access

First you'll need a API token which you can get by reading documentation. Click here

Installation:

NPM

$ npm install random-anime-quotes

YARN

$ yarn add random-anime-quotes

Usage:

const AnimeQuote =require("random-anime-quotes");
const api = new AnimeQuote("YOUR TOKEN"); // The Animu API Token

api.getQuote().then((res) => console.log(res));

// @return with this:
{
  _id: 3747,
  quote: "I don't know everything. I just know what I know.",
  anime: 'Nisemonogatari',
  name: 'Tsubasa Hanekawa'
}

Linter

$ npm run lint

Functions

Functions Description
getQuote Generate random anime quotes.

Package Sidebar

Install

npm i random-anime-quotes

Weekly Downloads

0

Version

1.0.3

License

AGPLv3

Unpacked Size

39.4 kB

Total Files

6

Last publish

Collaborators

  • aeryk