https://github.com/remarkablemark/link-detective
:shipit: Find missing or dead links with Link-Detective.
https://github.com/remarkablemark/link-detective
Last synced: over 1 year ago
JSON representation
:shipit: Find missing or dead links with Link-Detective.
- Host: GitHub
- URL: https://github.com/remarkablemark/link-detective
- Owner: remarkablemark
- License: mit
- Created: 2016-03-28T06:45:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T18:07:58.000Z (over 9 years ago)
- Last Synced: 2025-02-28T21:02:24.053Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
$ git clone https://github.com/remarkablemark/link-detective.git
$ cd link-detective
$ npm install
```
### Start the Investigation
```sh
$ npm start
```
Or start with Chrome DevTools opened (for debugging):
```sh
$ npm run dev
```
### License
MIT