link-detective

Find missing or dead links with Link-Detective.

MIT License

Stars
5

Link Detective

Link Detective is an investigator of potential missing or dead links. He interrogates the links via the HEAD request. When he gathers enough evidence on the response, such as the status code, content-type, and content-length, he will be able to solve his case.

Install the Tools

$ git clone https://github.com/remarkablemark/link-detective.git
$ cd link-detective
$ npm install

Start the Investigation

$ npm start

Or start with Chrome DevTools opened (for debugging):

$ npm run dev

License

MIT