Web Scraping with Puppeteer and Nodejs
Puppeteer is a nodejs library used to scrape data from website, automate browser's task and also for testing your app . Super easy to use.
Installing Pupepeteer ->
Install Nodejs if not present.
-Run the following command in terminal
npm i puppetee...
jatinrawat.hashnode.dev2 min read