mirror of
https://github.com/shafat-96/anime-mapper
synced 2026-04-17 15:51:45 +00:00
Update README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Anilist to AnimePahe Mapper API
|
# Anilist to Anime Mapper API
|
||||||
|
|
||||||
A specialized Node.js API that maps anime data between Anilist and streaming platforms (AnimePahe, HiAnime, AnimeKai) using advanced string similarity algorithms.
|
A specialized Node.js API that maps anime data between Anilist and streaming platforms (AnimePahe, HiAnime, AnimeKai) using advanced string similarity algorithms.
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ A specialized Node.js API that maps anime data between Anilist and streaming pla
|
|||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/yourusername/anilist-animepahe-mapper.git
|
git clone https://github.com/yourusername/anilist-animepahe-mapper.git
|
||||||
cd anilist-animepahe-mapper
|
cd anime-mapper
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
@@ -284,4 +284,4 @@ Get streaming links for an episode:
|
|||||||
GET /animepahe/sources/session-id/episode-id
|
GET /animepahe/sources/session-id/episode-id
|
||||||
GET /animekai/sources/episode-id
|
GET /animekai/sources/episode-id
|
||||||
GET /animekai/sources/episode-id?dub=true
|
GET /animekai/sources/episode-id?dub=true
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user