Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 578 Bytes

NodeJs Crawler application

Setup

$ git clone [email protected]:anudeepwebdev/crawler.git
$ npm install

Starting the application

$ npm start

Links

  • /crawl - Starts crawling for default routes
  • /api - Get all collection data
    • /visitedUrls - Shows all visited Urls
    • /ranks - Shows ranks for all visited domains
  • /clean - Clean collection
    • /visitedUrls - Remove all visited urls from DB
    • /ranks - Remove all domain ranks from DB