Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 394 Bytes

node-scrapper

A puppeteer bot in Node.js that pulls and spits out the number of sold PS5’s and Xbox Series X per day on eBay.

Getting Started

Running the App

Running all individual services

  • Clone Repo git clone https://github.com/manaraph/node-scrapper
  • Navigate to folder cd node-scrapper
  • Install dependencies npm install
  • Start Development server npm start