Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 318 Bytes

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.