1.2.1 • Published 3 months ago

waifu.it v1.2.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 months ago

Need support? Click here

First make sure you have a Waifu.it API Token. Join this discord server to get one.

Installation:

NPM

$ npm install waifu.it

YARN

$ yarn add waifu.it

Usage:

const Client = require("waifu.it");
const api = new Client("YOUR TOKEN");

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

// Returns with:
{
  id: 5,
  fact: 'TEZUKA Osamu is the most famous manga artist in Japan.',
}

Functions

FunctionsDescription
getFactGenerate random anime facts.
getWaifuGenerate random anime waifu.
getQuoteGenerate anime quote.
1.2.1

3 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago