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

animaid

v0.1.6

Published

REST API about anime and those things!

Downloads

159

Readme

AniMaid

AniMaid is a REST API that allows you to get anime related content. Passing through the most cute SFW images to content +18 that only seen in most quality pages.

More than 28,690 images and counting

How to use

Needs Node 18 or +

Example:

const AM = require("animaid");

//To make everything work properly, use 'async' and 'await' to process the response
async function img() {
  //Get the image using let
  let img = await AM.sfw.awwnime();
  //And do whatever you want with the link
  console.log("SFW awwnime: " + img);

  //or get the link directly in your command
  console.log("Other SFW image: " + (await AM.sfw.neko()));
}

//Don't forget to call your function
img();

Endpoints

SFW

First, SFW images to purify the soul:

let aww = AM.sfw.awwnime();

| Name | Img. Count | | :--------: | :--------: | | awwnime | 956 | | blush | 652 | | kemonomimi | 562 | | neko | 390 |

SFW Gifs

Some reaction gifs to express your feelings:

let gif = AM.gif.pat();

| Name | Img. Count | | :---: | :--------: | | bite | 94 | | blush | 119 | | bored | 42 | | cry | 103 | | hug | 82 | | kiss | 160 | | lick | 34 | | pat | 140 |

NSFW

I know that you know what this is and I also know that this is why you are here ( ͡° ͜ʖ ͡°)

let nsfw = AM.nsfw.panties();

| Name | Img. Count | | :-----: | :--------: | | ahegao | 8995 | | bdsm | 1972 | | neko | 367 | | panties | 1987 | | thighs | 4976 |

The key "hentai" exists, which is a random function between some keys listed above

If you find an image where it does not belong or something that should not be where it is, you can write to me at [email protected] along with the link

Premium

I've been thinking about include some features that maybe never seen in other packages. In fact, i been working in cosplay entry, but not sure to release it.

I been working on this for hobby and learn by myself, but i want to make some money with this. So, if you want more info write me about this on [email protected]

| Name | Img. Count | | :-----: | :--------: | | cosplay | 7356 |

Changelog