0.1.13 • Published 2 years ago

@pimred/cloudinary-url-checker v0.1.13

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

url-crawler

This Node.js application checks Cloudinary images and their transformations on a specified website. It reads all sitemap URLs and extracts image URLs to identify images without transformations. The results are logged to a file for further analysis.

Getting Started

Prerequisites

Make sure you have the following installed:

Usage

Run the application through the terminal by providing the required parameters:

npx @pimred/cloudinary-url-checker  --username=<USERNAME> --password=<PASSWORD> --domain=<DOMAIN>

Example without Basic Authentication

npx @pimred/cloudinary-url-checker --domain=https://www.example.com/

Example with Basic Authentication

npx @pimred/cloudinary-url-checker --username=myUser --password=myPassword --domain=https://www.example.com/
0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.10

2 years ago