Socket
Socket
Sign inDemoInstall

waifu.it

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    waifu.it

Official wrapper for waifu.it!


Version published
Weekly downloads
24
increased by60%
Maintainers
1
Install size
130 kB
Created
Weekly downloads
 

Readme

Source

Generate random stuff with a huge database.

Powered by Waifu.it

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.

Keywords

FAQs

Last updated on 05 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc