Skip to content

Commit

Permalink
chore: add server lists hint
Browse files Browse the repository at this point in the history
  • Loading branch information
binsarjr committed Sep 20, 2022
1 parent 5968577 commit 138cc8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 138cc8c

@vercel
Copy link

@vercel vercel bot commented on 138cc8c Sep 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bacabin – ./

bacabin-git-main-binsarjr.vercel.app
bacabin.vercel.app
bacabin-binsarjr.vercel.app

Please sign in to comment.