/crawlItUp

Primary LanguageJavaScript

Introduction

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.

How To Run

  1. Clone this repository
  2. Navigate to the cmd directory
  3. Run : npm install
  4. Run : npm start your_url

Built Using

  1. Javascript
  2. NodeJS

Output

Screenshot (75)