Skip to content

RaspY737/bad-placeholder-cli

 
 

Repository files navigation

Bad Placeholder Image Downloader

Download placeholder images from public domain sources blazingly fast.

Original repository

Installation

npm ci

Tests

npm test

Usage

bad-placeholder
# Downloads 1 image (1024x768px) into current directory
bad-placeholder -n 100
# Downloads 100 images into current directory
bad-placeholder -s 800x600
# Downloads 1 image (800x600px) into current directory
bad-placeholder -n 50 -s 800x600 -p LoremPicsum
# Downloads 50 images (800x600px) from LoremPicsum into current directory
# If no --provider / -p is specified, each image is downloaded from a random provider

Providers / Sources

About

Download placeholder images from public domain sources blazingly fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%