An open API service indexing awesome lists of open source software.

https://github.com/hritikr/watchasian

A simple, self-hosted scraper for Asian dramas (watchasia.to)
https://github.com/hritikr/watchasian

asian-drama drama dramacool

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# WatchAsian

A simple, self-hosted scraper for Asian dramas ([watchasia.to](https://watchasia.to)).

### Deploy with Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/HritikR/WatchAsian)

## Usage

### Cloning the Repository

To get started, clone the repository:

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

### Installing Dependencies

Install the required dependencies:

```bash
npm install
```

### Running the Server

Start the server with:

```bash
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.