adeesha-savinda / web-crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Crawler

This application can crawl through provided URLs and look for containing keywords.

Prerequisists

For this application to run, you need

  • MySQL pre install in your pc.
  • This needs to have a database called crawler.
  • Crawler database must have a table called locations.

How to run

Simply use following command to install all the node modules

yarn install

or

npm install

Then to run use

yarn start

or

npm start

About


Languages

Language:JavaScript 100.0%