An open API service indexing awesome lists of open source software.

https://github.com/codewithmmak/web-scraping-puppeteer-nodejs-javascript

This is sample Web Scraping Automation framework designed using Puppeteer, NodeJS and JavaScript
https://github.com/codewithmmak/web-scraping-puppeteer-nodejs-javascript

Last synced: 12 months ago
JSON representation

This is sample Web Scraping Automation framework designed using Puppeteer, NodeJS and JavaScript

Awesome Lists containing this project

README

          

![Web Scraping using Puppeteer, NodeJS, JavaScript](./images/web-scraping-puppeteer-nodejs-javascript.png?raw=true "Web Scraping using Puppeteer, NodeJS, JavaScript")

# Web Scraping using Puppeteer, NodeJS, JavaScript Setup Guide
This is Web Scraping framework designed using Puppeteer, NodeJS, JavaScript

## To Get Started

### Pre-requisites
* Download and install Node.js
* Download and install any Text Editor like Visual Code/Sublime/Brackets

### Setup Scripts
* Clone the repository into a folder
* Go to Project root directory and install Dependency: `npm install`
* All the dependencies from package.json and ambient typings would be installed in node_modules folder.

### How to Run Test
* Run complete Test Suite: `node specs/scrape.js`

### How to Update local npm packages
* Go to Project root directory and run command: `npm update`

### Sample Test Results
![Test Results](./images/test-results.png?raw=true "Test Results")