Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 433 Bytes

Sitemap Web Crawler

A simple web crawler written in Scala. Outputs a sitemap of the website excluding external links.

Dependencies

Compile and run tests

sbt clean test

Build and run in docker container

sbt docker:publishLocal
docker run --rm web-crawler:0.1 https://monzo.com