A simple, self-hosted scraper for Asian dramas (watchasia.to).
To get started, clone the repository:
git clone https://github.com/HritikR/WatchAsian.git
cd WatchAsianInstall the required dependencies:
npm installStart the server with:
npm startOnce the server is running, you can access the following endpoints:
/shows: Retrieves a list of all shows./shows/:id: Retrieves details for a specific show by its ID./episode/:episodeId: Retrieves details for a specific episode by its ID./search?keyword=query: Searches for shows based on a query.