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)
- Host: GitHub
- URL: https://github.com/hritikr/watchasian
- Owner: HritikR
- License: mit
- Created: 2024-08-15T11:52:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:44:49.000Z (10 months ago)
- Last Synced: 2025-01-11T22:24:57.751Z (5 months ago)
- Topics: asian-drama, drama, dramacool
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WatchAsian
A simple, self-hosted scraper for Asian dramas ([watchasia.to](https://watchasia.to)).
### Deploy with Vercel
[](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.