Paul Jickling fe60caf0f3 chore: merge conflict fix
Signed-off-by: Paul Jickling <paul.jickling@ethereum.org>
2022-11-13 09:37:09 -05:00
2020-07-26 15:15:13 -07:00
2019-12-31 19:10:36 -05:00
2022-11-13 09:37:09 -05:00
2022-03-25 23:40:11 +00:00
2021-02-21 05:13:37 -05:00

Dead Links Search

A tool for identifying dead links on a web application written in Node (using Puppeteer) and Bash. Creates a csv file with a list of HTTP status codes, and URLs.

To run the dead links search tool install puppeteer in your web app directory npm i puppeteer, and add the get_links.js and status.sh files to your project.

You will need to change the route variable in the get_links.js file if you are not testing locally, or you are using a different port than 3000.

Run bash status.sh and it will generate a file called status.csv that you can browse for dead links identified on your web project.

Description
No description provided
Readme MIT 113 KiB
Languages
JavaScript 52.2%
Shell 47.8%