Skip to content

A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar

Notifications You must be signed in to change notification settings

kawaiioverflow/arm

Repository files navigation

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)
/*
[
  {
    "mal_id": 5114,
    "anilist_id": 5114,
    "annict_id": 1745,
    "syobocal_tid": 1575
  },
  ...
]
*/

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 35531 anime, it consists of data from several services.

Service Anime
MyAnimeList 29583 anime
AniList 22044 anime
Annict 16541 anime
Syoboi Calendar 6448 anime

Release cycle

Once a week, it will be delivered via npm.


Inspired by manami-project/anime-offline-database.

About

A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •