This project is a web crawler that crawls links from a given website.
- Node.js
- Jest
- JavaScript
- Clone the repository
- Run
npm install
to install dependencies - Run
npm start <url>
to start the crawler
- Run
npm test
to run all tests
This project was inspired by the tutorial Full HTTP Networking Course – Fetch and REST APIs in JavaScript <3