# install dependencies
npm i
# run the example test.html
npm test example
cat src/example/data.json
# run the example against the web
npm start example
cat src/example/data.json- Create a copy of the example
cp -a ./src/example/. ./src/new-scraper - Copy the source of the scrape subject into
test.html - Update
parse.jsand test withnpm test new-scraper - Iterate until
data.jsonlooks as expected - Update
config.jswith the page urls you want to scrape - Run against the web pages with
npm start new-scraper