Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

@kawaiioverflow/arm
TypeScript icon, indicating that this package has built-in type declarations

0.185.0 • Public • Published

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

Service Anime
MyAnimeList 27293 anime
AniList 20514 anime
Annict 13532 anime
Syoboi Calendar 5992 anime

Release cycle

Once a week, it will be delivered via npm.


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

Package Sidebar

Install

npm i @kawaiioverflow/arm

Weekly Downloads

89

Version

0.185.0

License

MIT

Unpacked Size

1.81 MB

Total Files

7

Last publish

Collaborators

  • p-chan