Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 772 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 772 Bytes

Contributing

Use google-java-format for code formatting. You can download plugins for your corresponding IDEs.

  1. Clone the repo
  2. Create a scrapper class extending AbstractRecipeScrapper in the root package along with other scrappers. com.prashantchaubey.recipescrappers
  3. Add a sample recipe page html to src/test/resources/data/*.html
  4. Configure this html for testing here.
  5. Create a test for your scrapper like this one to validate everything is working.