https://github.com/ppvan/nem
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppvan/nem
- Owner: ppvan
- Created: 2025-09-23T16:18:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T11:25:14.000Z (8 months ago)
- Last Synced: 2025-10-05T13:19:05.544Z (8 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
/api/search?q=
-> return list of anime?
{
id: int
title: str,
eps: []
}
Phan tich use case:
1. User want to search for anime to subscribe
2. User have a list of "subcribed" anime, they want to pick one from this
3. User want to add/remove one anime to subscribed list
4. User want to watch an anime right away
Use case:
As an user, I want to search for anime and subscribe to them.
The system must ensure I can watch any eps or the whole thing after subscribed
/api/anime/{anime_id}/{episode_id}/playlist.m3u8 -> The eps playlist
/api/anime/{anime-id}/playlist.m3u8 -> the "ALL" playlist
/api/popular
/api/recent