/webcrawl-js

a webcrawler written using node.js

Primary LanguageJavaScript

webcrawler-js

Getting Start

Install NVM https://github.com/nvm-sh/nvm

After installing NVM clone this repo locally and run nvm use

Running this project

npm run start <some_URL>

example: npm run start https://compilerbook.com/

Testing this project

npm run test