This project is a simple template for using Puppeteer to scrap out information from a website. The goal is to make it general, to scrap overview information of any website user input.
- Use Node version >= 19
- Fork this project
- Clone it
- Make sure you use Node version >= 19
- Install dependecies
yarn
- start the program by
yarn start