a webscraper that uses the Cheerio and Request node packages
- download Node.js
- install the Cheerio package from npm either from command line, powershell, or terminal --> $npm i cheerio
- install the Request package from npm either from command line, powershell, or terminal --> $npm i request
- clone the project with 'git clone https://github.com/Ranner198/WebscraperJS.git'
- change the working directory in your cmd, pwshell, or terminal with the '$cd '
- Execute the node application with '$node WebScraper.js'
To Modify open in any IDE the comment lines should explain how to scrape from other sites and different classes or etc.
Here is a good tutorial on how to get into webscraping with Cheerio and Node.js - https://github.com/cheeriojs/cheerio