Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 953 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 953 Bytes

WatchAsian

A simple, self-hosted scraper for Asian dramas (watchasia.to).

Deploy with Vercel

Deploy with Vercel

Usage

Cloning the Repository

To get started, clone the repository:

git clone https://github.com/HritikR/WatchAsian.git
cd WatchAsian

Installing Dependencies

Install the required dependencies:

npm install

Running the Server

Start the server with:

npm start

Accessing the Endpoints

Once the server is running, you can access the following endpoints:

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.