Crawl It Up is a command line tool which takes a url as a input and then crawls the url webpage and returns a list of found urls similar to the input url along with their frequency of occurrence. It also saves the output data in a csv file in the cmd directory.
- Clone this repository
- Navigate to the cmd directory
- Run :
npm install
- Run :
npm start your_url
- Javascript
- NodeJS