Script to constantly run and scrape the clearance section of Target 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 ciTo run the project use:
npm runFrom that point the project should run locally and persist data to db.sqlite
Use the following command to stop the script:
Windows:
Ctrl + CMac:
Command + C