Finds the sitemap on a given website, captures all the URLs, then logs all of the resources that failed to load, and any console errors
Install dependencies with npm i
, then run with node index.js <url>
where URL is the root of your site.
Finds the sitemap on a given website, captures all the URLs, then logs all of the resources that failed to load, and any console errors
JavaScript