Skip to content

Web crawler that counts internal links on a website

Notifications You must be signed in to change notification settings

EMBradley/spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spider

Web crawler made as a project for the Boot.dev Back-End Developer course.

To install dependencies:

bun install

To run:

bun spider [URL]

Spider will recursively search the provided url for links to other pages on the same site, and print a report.

This project was created using bun init in bun v1.1.18. Bun is a fast all-in-one JavaScript runtime.

About

Web crawler that counts internal links on a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published