Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 343 Bytes

Ikea Scraper

Checks for availability of Ikea products

Usage

yarn start <FILE-WITH-URLS-PATH>

where <FILE-WITH-URLS-PATH> is a newline-delimited file of URLs to scrape, for example:

yarn start urls.txt

Polls every 30 min, when a product becomes availabe, sends an email and stops polling for it.