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