Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 323 Bytes

crawler-java

Simple web page crawler that fetches images specified on a page and then does some transformations

How to run ?

  1. Execute mvn package
  2. Run
java -jar target/crawler-java-<version>.jar -o /tmp/foo http://google.ie

Crawler's initial design here - Initial design image