@pimred/cloudinary-url-checker
v0.1.13
Published
Cloudinary url checker
Downloads
6
Readme
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:
- Node.js: Download and Install Node.js
- npm: Node.js comes with npm, but ensure it's up-to-date.
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/