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 WatchAsian
Install the required dependencies:
npm install
Start the server with:
npm start
Once 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.