This project is a tool for scraping books by ISBN from many sources.
It is represented in an API and you can test it by following these steps:
- You need to download
ChromeDriver
Download link. - Extract it and add it to environment variables, You can simply run this command:
mv .\chromedriver.exe /usr/local/bin
in your terminal. - Open the project in your IDE and run it.
- A Swagger API will be shown in your browser and you can use it to test the project.
If you find any bugs, please let me know. I will try to fix it as soon as possible.