AniChu.DB
AniChu.DB - A DataBase for anime, manga, etc fans!
Installation
npm install anichu.db
Usage
const { getAnime, searchAnime } = require("anichu.db");
console.log(getAnime("Sword art online"));
console.log(searchAnime("Solo leveling"));
Refer DOCS to get the exact parameter and usage of functions as well as additional information.
Sources
MAL - My Anime List and JIKAN API
Note:
The animes in the DB are taken from MAL and there are around 26k anime in the JSON. Still, some anime maybe missing. If you encounter any such anime, please open an issue or DM me @nanotechpikachu in discord.
I do not validate the authenticity of any data in the DB. All are as per my API source and I am no way responsible for any fake or twisted information. Though, you can tell me if you find any false info.