Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 509 Bytes

Build Status

web-crawler

A simple web-crawler application.

Getting started

  1. Clone this repo git clone git@github.com:Milesjpool/web-crawler.git && cd web-crawler
  2. Run the tests go test -v ./...
  3. Build the executable go build
  4. Crawl the web ./web-crawler http://my.target.domain *

* Or to write output to a file ./web-crawler http://my.target.domain > output.json