Skip to content

💊 Supplemental database for kawaiioverflow/arm

License

Notifications You must be signed in to change notification settings

tanukiapp/arm-supplementary

 
 

Repository files navigation

arm-supplementary

Check

💊 Supplemental database for kawaiioverflow/arm

The database is updated once an hour by GitHub Actions.

Usage

Fetch arm.json from the following URL.

In TypeScript, you can use arm-supplementary from the following code.

export type ArmEntry = {
  mal_id?: number
  anilist_id?: number
  annict_id?: number
  syobocal_tid?: number

  // extended
  anidb_id?: number
  animeplanet_id?: string
  anisearch_id?: number
  kitsu_id?: number
  livechart_id?: number
  notify_id?: string
}

export const fetchArmEntries = async (): Promise<ArmEntry[]> => {
  const response = await fetch('https://raw.githubusercontent.com/SlashNephy/arm-supplementary/master/dist/arm.json')
  return await response.json()
}

Statistics

Currently, arm-supplementary has 37979 entries (+7221).

Service arm-supplementary arm / anime-offline-database
Annict 12065 (+186) 11879
AniList 21777 (+2220) 19557
MyAnimeList 26736 (+546) 26190
しょぼいカレンダー 5826 (+33) 5793
AniDB 13330 (+139) 13191
Anime-Planet 23661 (+145) 23516
aniSearch 18544 (+148) 18396
Kitsu 20150 (+156) 19994
LiveChart.me 11242 (+140) 11102
Anime Notifier 16276 (+149) 16127

About

💊 Supplemental database for kawaiioverflow/arm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%