A nodejs utility to find broken links on a webapage
Steps to install
-
npm install
After installing , to run from command line, use "node index.js "
For example, node index.js http://www.google.com
output : Got some URL's
Broken Link : https://apis.google.com Status Code : 404
In case of invalid or no input URL, output will be like "No URL provided or invalid URL"
Akshat Rustagi mailto:akshat23rustagi@yahoo.co.in