spiderette
v0.0.3
Published
A spider test runner for your website
Downloads
4
Maintainers
Readme
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.