0.1.6 • Published 10 months ago

animaid v0.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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();
NameImg. Count
awwnime956
blush652
kemonomimi562
neko390

SFW Gifs

Some reaction gifs to express your feelings:

let gif = AM.gif.pat();
NameImg. Count
bite94
blush119
bored42
cry103
hug82
kiss160
lick34
pat140

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();
NameImg. Count
ahegao8995
bdsm1972
neko367
panties1987
thighs4976

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 support@rinconotaku.xyz 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 chetalv@animaid.xyz

NameImg. Count
cosplay7356

Changelog

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

2 years ago

0.1.1

4 years ago

0.1.0

4 years ago