![](https://github.com/kawaiioverflow/arm/raw/HEAD/./og-image.png)
arm
@kawaiioverflow/arm is a JSON-based database to relational mapping Anime ID's between MAL, Annict, AniList and Syobocal.
Install
npm i @kawaiioverflow/arm
or
yarn add @kawaiioverflow/arm
Usage
import { arm } from '@kawaiioverflow/arm'
console.log(arm)
Database
Return values
Return an array of Anime
type.
type Anime = {
mal_id?: number
annict_id?: number
anilist_id?: number
syobocal_tid?: number
}
Statistics
The database has 33501 anime, it consists of data from several services.
Service | Anime |
---|
MyAnimeList | 27988 anime |
AniList | 20957 anime |
Annict | 14825 anime |
Syoboi Calendar | 6100 anime |
Release cycle
Once a week, it will be delivered via npm.
Inspired by manami-project/anime-offline-database.