A database with anime mappings from almost all sites and anime lists.
- 9anime
- Gogoanime
- HiAnime
- Crunchyroll
- Netflix
- Hulu
- TheTVDatabase (TVDB)
- The Movie Database (TMDB)
- MyAnimeList (MAL)
- Anilist
- AniSearch
- AniDB
- Kitsu
- AnimePlanet
- NotifyMoe
- Livechart
- IMDB
Please note that you need to have a MongoDB database with 1GB+ storage to add all anime.
-
Fork the repository and then clone your forked repository:
git clone https://github.com/codeblitz97/madara-mappings
-
Rename
.env.example
to.env
and follow the instructions to add environment variables. -
You can either run with Docker:
docker build -t m-map . sudo docker run -d --restart unless-stopped -p 3000:3000 --name m-map-con m-map
-
Or run with Bun:
bun src/index.ts