Check for Broken Links with Node.js

Опубликовано: 21 Май 2026
на канале: Sean C Davis
1,155
15

Let's write a Node.js script that recursively checks links on a site, reports broken links, and lists all the URLs it checked.

Packages:
Linkinator for checking links: https://www.npmjs.com/package/linkinator
Chalk for color console output: https://www.npmjs.com/package/chalk