my-scraper

Testing the project

This repository includes a Jest test scaffold for the core logic, including sitemap parsing, file naming, and the page scraper.

Setup

  1. Install dev dependencies:

     npm install
    
  2. Run tests:

     npm test
    

Notes