1.0.2 • Published 3 years ago

ani-quote v1.0.2

Weekly downloads
-
License
AGPLv3
Repository
github
Last release
3 years ago

Access

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

Installation:

NPM

$ npm install ani-quote

YARN

$ yarn add ani-quote

Usage:

const AnimeQuote =require("ani-quote");
const api = new AnimeQuote("YOUR TOKEN"); // The Airi 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',
  said: 'Tsubasa Hanekawa'
}

Functions

FunctionsDescription
getQuoteGenerate random anime quotes.