Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksm2/spiderette
- Owner: ksm2
- License: mit
- Created: 2017-04-25T14:42:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T18:01:57.000Z (over 7 years ago)
- Last Synced: 2024-11-30T21:41:11.937Z (27 days ago)
- Topics: link-checker, nodejs, seo-optimization, spider-test
- Language: JavaScript
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.