Skip to content

ksm2/spiderette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spiderette

An automated spider test runner for your website.

Installation

Install using NPM:

$ npm install --global spiderette

Example

Test a local website:

$ spiderette http://127.0.0.1:8000

If any 4XX references were found, Spiderette will return with a status code 1.