Use google-java-format
for code formatting. You can download plugins for your corresponding IDEs.
- Clone the repo
- Create a scrapper class extending
AbstractRecipeScrapper
in the root package along with other scrappers.com.prashantchaubey.recipescrappers
- Add a sample recipe page html to
src/test/resources/data/*.html
- Configure this html for testing here.
- Create a test for your scrapper like this one to validate everything is working.