Script to constantly run and scrape the sales section of Footlocker for new items and price changes and persist the data to a locally ran database.
- Pull down/download the repository
- Navigate to the local folder containing the project
- Use the following node package manager (npm) command to install dependencies:
npm ci
To run the project use:
npm run
From that point the project should run locally and persist data to db.sqlite
Use the following command to stop the script:
Windows:
Ctrl + C
Mac:
Command + C