0.2.1 • Published 4 years ago

@juddling/bulk-urls v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Bulk URL Checker

Make a file with one URL per line, and then run:

cat urls.txt | bulk-urls

This will flag any URL which isn't returning a 200 code.

Features

  • ⚡️ Runs checks in parallel
  • 🔒 Supports checking URLs behind basic authentication
  • 🗄 Groups results by response type

Install

With yarn:

yarn global add @juddling/bulk-urls

With npm:

npm i --global @juddling/bulk-urls

Config

You can optionally pass a JSON config file:

cat urls.txt | bulk-urls --config ~/bulk-url-config.json

Example:

{
    "headers": {
        // echo "user:pass" | base64
        "Authorization": "Basic dXNlcjpwYXNzCg=="
    }
}
0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago