Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimizudev/madara-mappings
A database with anime mappings from almost all sites and anime lists
https://github.com/shimizudev/madara-mappings
anime anime-database anime-list anime-mappings anime-scraper anime-streaming anime-website database madara mappings
Last synced: about 21 hours ago
JSON representation
A database with anime mappings from almost all sites and anime lists
- Host: GitHub
- URL: https://github.com/shimizudev/madara-mappings
- Owner: shimizudev
- License: mit
- Created: 2024-06-28T14:43:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:37:27.000Z (5 months ago)
- Last Synced: 2024-12-11T14:44:43.985Z (15 days ago)
- Topics: anime, anime-database, anime-list, anime-mappings, anime-scraper, anime-streaming, anime-website, database, madara, mappings
- Language: TypeScript
- Homepage: https://api-mappings.madara.live/
- Size: 86.9 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Madara Mappings
A database with anime mappings from almost all sites and anime lists.
## Available Sites
- 9anime
- Gogoanime
- HiAnime
- Crunchyroll
- Netflix
- Hulu
- TheTVDatabase (TVDB)
- The Movie Database (TMDB)
- MyAnimeList (MAL)
- Anilist
- AniSearch
- AniDB
- Kitsu
- AnimePlanet
- NotifyMoe
- Livechart
- IMDB## Self Host Guide
Please note that you need to have a MongoDB database with 1GB+ storage to add all anime.
### Fork and Install
1. Fork the repository and then clone your forked repository:
```sh
git clone https://github.com/codeblitz97/madara-mappings
```2. Rename `.env.example` to `.env` and follow the instructions to add environment variables.
3. You can either run with Docker:
```docker
docker build -t m-map .sudo docker run -d --restart unless-stopped -p 3000:3000 --name m-map-con m-map
```4. Or run with Bun:
```sh
bun src/index.ts
```