1.0.3 • Published 3 years ago
random-anime-quotes v1.0.3
Access
First you'll need a API token which you can get by reading documentation. Click here
Installation:
NPM
$ npm install random-anime-quotesYARN
$ yarn add random-anime-quotesUsage:
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 lintFunctions
| Functions | Description |
|---|---|
| getQuote | Generate random anime quotes. |