From 138cc8cd265574c8fb3df0b3842160c51d7cc937 Mon Sep 17 00:00:00 2001 From: Binsar Dwi Jasuma Date: Tue, 20 Sep 2022 16:53:47 +0700 Subject: [PATCH] chore: add server lists hint --- contributing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 5464d82..c313af2 100644 --- a/contributing.md +++ b/contributing.md @@ -2,7 +2,9 @@ ## What Should i know before i get started? -Bacabin is a free comic reading mirror website using web scraping techniques. For those who want to contribute, please pay attention to the types provided [here](https://github.com/binsarjr/bacabin/blob/58638f49d4bce0875cb9c4e22efb9fef3dbc6a32/src/lib/scraper/BaseKomik/interfaces.ts#L17) and follow the scheme +Bacabin is a free comic reading mirror website using web scraping techniques. For those who want to contribute, please pay attention to the types provided [here](https://github.com/binsarjr/bacabin/blob/58638f49d4bce0875cb9c4e22efb9fef3dbc6a32/src/lib/scraper/BaseKomik/interfaces.ts#L17) and follow the scheme. + +after you create a class to scrape to the target website. don't forget to add server list [here](https://github.com/binsarjr/bacabin/blob/58638f49d4bce0875cb9c4e22efb9fef3dbc6a32/src/lib/scraper/index.ts#L7) ## How can i contribute? ### Reporting Bug