Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 220 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 220 Bytes

Website Crawler

Recursively crawls website URLs.

Outputs sitemap to the console in JSON format.

Prerequisites

.NET Core 2.2

Build, Test and Run!

dotnet build
dotnet test
dotnet run -p Crawler.Runner