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
- Host: GitHub
- URL: https://github.com/codewithmmak/web-scraping-puppeteer-nodejs-javascript
- Owner: codewithmmak
- License: mit
- Created: 2019-01-11T12:56:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T07:41:58.000Z (over 1 year ago)
- Last Synced: 2024-11-23T08:25:13.277Z (over 1 year ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
