unsplasher
v1.1.1
Published
> Download random images from http://unsplash.it/
Readme
unsplasher
Download random images from http://unsplash.it/
Installation
npm install -g unsplasherUsage
unsplasher -n <no_of_image> -p <path>Flags
| Flag | Description | Default | | -------------- | ----------------------------------- | ---------- | | -h, --help | Show help | | | -p, --path | Path to save images | unsplashes | | -n, --num | Total number of images to download | 10 | | -c, --category | Category keyword separated by comma | cat |
Examples
Default
Downloads 10 images in unsplashes folder inside the current directory
unsplasherDownload 100 image inside images folder
unsplasher -n 100 -p images