npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

waifu-up

v3.0.2

Published

Fork of https://github.com/kyrea/waifu.it for waifu.it!

Downloads

27

Readme

Need support? Soon

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

Installation:

NPM

$ npm install waifu-up

YARN

$ yarn add waifu-up

Usage:

const Client = require("waifu-up");
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.',
}

Wanna take refrence from endpoints? ClickHere

Functions

| Functions | Description | | :-----------: | ------------------------------------------------------------ | | getFact | Generate random anime facts. | | getWaifu | Generate random anime waifu. | | getQuote | Generate anime quote. | | getAngry | This endpoint retrieves a random anime GIF that portrays an angry reaction.| | getBaka | Get a random anime GIF representing the expression of being a "baka" or an idiot.| | getBite | Explore a random anime GIF that showcases a biting action. | | getBlush | Get a random anime GIF showcasing a blushing expression. | | getBonk | Obtain a random anime GIF capturing a bonking action. | | getBored | Provides a random anime GIF displaying a bored expression. | | getBully | Retrieve a random anime GIF that illustrates a bullying action.| | getBye | Obtain a random anime GIF depicting a goodbye gesture. | | getChase | Get a random anime GIF showcasing a chasing action. | | getCheer | Retrieve a random anime GIF representing a cheering expression.| | getCringe | Returns a random anime GIF with a cringing reaction. | | getCry | Get a random anime GIF with a crying reaction. | | getCuddle | Obtain a random anime GIF depicting a cuddling action. | | getDab | Get a random anime GIF with a dabbing action. | | getDance | Retrieve a random anime GIF featuring a dancing action. | | getDie | Obtain a random anime GIF depicting a dying action. | | getDisgust | Get a random anime GIF with a disgusted reaction. | | getFacepalm | Retrieve a random anime GIF depicting a facepalm reaction. | | getFeed | Get a random anime GIF with a feeding action. | | getGlomp | Retrieve a random anime GIF featuring a glomping action. | | getHappy | Obtain a random anime GIF showcasing a happy expression. | | getHi | Get a random anime GIF with a greeting gesture. | | getHighfive | Retrieve a random anime GIF capturing a high five action. | | getHold | Obtain a random anime GIF depicting a holding action. | | getHug | Get a random anime GIF featuring a hugging action. | | getKick | Retrieve a random anime GIF showcasing a kicking action. | | getKill | Obtain a random anime GIF with a killing action. | | getKiss | Get a random anime GIF depicting a kissing action. | | getLaugh | Retrieve a random anime GIF showcasing a laughing reaction. | | getLick | Obtain a random anime GIF with a licking action. | | getLove | Get a random anime GIF depicting a loving expression. | | getLurk | Retrieve a random anime GIF featuring a lurking action. | | getMidfing | Returns a random anime GIF with a middle finger gesture. | | getNervous | Get a random anime GIF portraying a nervous expression. | | getNom | Retrieve a random anime GIF showcasing a nomming action. | | getNope | Obtain a random anime GIF representing a "nope" reaction. | | getNuzzle | Get a random anime GIF depicting a nuzzling action. | | getPanic | Retrieve a random anime GIF showing a panic reaction. | | getPat | Get a random anime GIF featuring a patting action. | | getPeck | Retrieve a random anime GIF showcasing a pecking action. | | getPoke | Obtain a random anime GIF with a poking action. | | getPout | Get a random anime GIF featuring a pouting expression. | | getPunch | Retrieve a random anime GIF illustrating a punching action. | | getRun | Get a random anime GIF showcasing a running action. | | getSad | Retrieve a random anime GIF representing a sad expression. | | getShoot | Returns a random anime GIF depicting a shooting action. | | getShrug | Get a random anime GIF with a shrugging gesture. | | getSip | Retrieve a random anime GIF showcasing a sipping action. | | getSlap | Obtain a random anime GIF illustrating a slapping action. | | getSleepy | Get a random anime GIF featuring a sleepy expression. | | getSmile | Retrieve a random anime GIF with a smiling expression. | | getSmug | Get a random anime GIF showcasing a smug expression. | | getStab | Obtain a random anime GIF depicting a stabbing action. | | getStare | Get a random anime GIF featuring a staring expression. | | getSuicide | Retrieve a random anime GIF related to suicide interactions. | | getTease | Obtain a random anime GIF with a teasing action. | | getThink | Get a random anime GIF showcasing a thinking expression. | | getThumbsup | Retrieve a random anime GIF with a thumbs-up gesture. | | getTickle | Get a random anime GIF illustrating a tickling action. | | getTriggered | Returns a random anime GIF representing a triggered reaction.| | getWag | Get a random anime GIF showcasing a wagging action. | | getWave | Get a random anime GIF with a waving gesture. | | getWink | Obtain a random anime GIF featuring a winking expression. | | getYes | Get a random anime GIF expressing a positive affirmation. |

Credits

Waifu.it Wrapper