jul11co-imagedl
v0.0.6
Published
Jul11Co Web Image Downloader
Downloads
3
Readme
jul11co-imagedl
Jul11Co's Web Image Downloader - Download images from websites.
Installation
From npm
npm install -g jul11co-imagedl
Usage
- Commandline
imagedl <page-url> [output_dir]
- API
var imagedl = require('jul11co-imagedl');
imagedl.download('https://pixabay.com', {
min_img_width: 300,
min_img_height: 300,
blacklist: [],
filters: [],
verbose: true
}, function(err, images){
console.log(images);
});
License
Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)