This application can crawl through provided URLs and look for containing keywords.
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
.
Simply use following command to install all the node modules
yarn install
or
npm install
Then to run use
yarn start
or
npm start