Skip to content

dotnet core console application which loads all links from a given url.

License

Notifications You must be signed in to change notification settings

rsmivb/link-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link-reader

dotnet core console application which loads all links from a given url and scans the urls from the already retrieved urls by a depth property.

Build status Quality Gate Code Coverage Reliabilty Rating Maintainability Rating

Start the Application

  1. cd .\src
  2. dotnet restore
  3. dotnet run
  4. Enter url and press [Enter]
  5. See the result list
  6. Jump to Step 4

Run the unit tests

  1. cd .\test
  2. dotnet restore
  3. dotnet test

About

dotnet core console application which loads all links from a given url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%