Skip to content

A simple web-crawler application. [Monzo take-home test c.2018]

Notifications You must be signed in to change notification settings

Milesjpool/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

web-crawler

A simple web-crawler application.

Getting started

  1. Clone this repo git clone [email protected]: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

About

A simple web-crawler application. [Monzo take-home test c.2018]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages