Need support? Click here
$ npm install waifu.it
$ yarn add waifu.it
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 | Description |
---|---|
getFact | Generate random anime facts. |
getWaifu | Generate random anime waifu. |
getQuote | Generate anime quote. |