Skip to content

kurtroberts/getlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find all the links on a site

This is a simple program to output all the links on a site, anywhere. You can then use it with Google Sheets and some special formulas to find and audit broken links.

Usage:

$ node index.js --url=http://example.org/

In order for it to work correctly, use the canonical domain for your site. That is, if http://example.org/ redirects to http://www.example.org/, use http://www.example.org/. Rather than implementing edge cases around this, I've tried to leave it simple and readable.

About

Get all the links on a given site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published