dead-link-checker
v1.0.5
Published
Goes through a website by domain and finds any broken links.
Downloads
1
Maintainers
Readme
Jordan Does Dead Link Checking
Searches a specified domain name for any dead links that exist.
Getting Started
Clone the repository and run npm i
.
Update the domain that you want to search in the src/index.ts
file.
After that, you just need to run npm start
and it'll scrape the categories and email the results to you.
Prerequisites
Tested on Node v10.15.0 and NPM v6.4.1.
Installing
After installing NodeJS you should be able to just run the following in the terminal.
npm i
Unit Testing
npm test
Built With
- Request-Promise - Promise based HTTP request library
- Cheerio - Simple JQuery API based html parser
- NodeJS - NodeJS
Authors
- Jordan Hansen - Initial work - Jordan Hansen
License
This project is licensed under the ISC License