Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksm2/spiderette

A spider test runner for your website
https://github.com/ksm2/spiderette

link-checker nodejs seo-optimization spider-test

Last synced: 21 days ago
JSON representation

A spider test runner for your website

Awesome Lists containing this project

README

        

Spiderette
==========
An automated spider test runner for your website.

## Installation

Install using NPM:
```bash
$ npm install --global spiderette
```

## Example

Test a local website:
```bash
$ spiderette http://127.0.0.1:8000
```

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