# animaid

> REST API about anime and those things!

Latest version **0.1.6** (published 2024-08-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install animaid
pnpm add animaid
yarn add animaid
bun add animaid
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2024-08-25 |
| First published | 2023-10-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ChetAlv |
| Maintainers | chetalv |
| Keywords | anime, manga, api, discord, telegram |

## Links

- npm: https://www.npmjs.com/package/animaid
- npm.io page: https://npm.io/package/animaid

## Dependencies (1)

- [colorette](https://npm.io/package/colorette.md) ^2.0.20

## Recent versions

- 0.1.6 (latest) — 2024-08-25
- 0.1.5 — 2024-08-24
- 0.1.4 — 2024-08-20
- 0.1.3 — 2024-08-20
- 0.1.2 — 2023-10-12

## README

# AniMaid

AniMaid is a REST API that allows you to get anime related content.<br/>
Passing through the most cute SFW images to content +18 that only seen in most quality pages.

# <center>More than 28,690 images and counting</center>

## How to use

### Needs Node 18 or +

#### Example:

```js
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:

```js
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:

```js
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 ( ͡° ͜ʖ ͡°)

```js
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 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 <a href="mailto:chetalv@animaid.xyz">chetalv@animaid.xyz</a>

|  Name   | Img. Count |
| :-----: | :--------: |
| cosplay |    7356    |

# Changelog

<details open>
<summary><b>0.1.6</b></summary>
<li>Added all cosplay links available in server-side
<li>Added some reactions gifs: <code>"bite", "blush", "bored", "cry", "hug", "kiss", "lick", "pat"</code>

</details>
<br>
<details>
<summary><b>0.1.5</b></summary>
<li>Started a changelog for this :p
<li>Fixed all links in server-side. Now all shuold be working fine
<br><br>
I started to get and upload more content for next versions, specifically gifs for reactions and more content for premium users.
</details>

---
_Source: https://npm.io/package/animaid · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
