Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 329 Bytes

Scrapper Ft. Puppeteer

A simple script that demonstrates how can one scrape certain data from specific website using Puppeteer, a JS library, generally used to write automated tests for websites.

How to?

  • Clone or Download the project
  • npm install to install dependencies
  • npm run fetch to see it in action