0.0.6 • Published 8 years ago

jul11co-imagedl v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 years ago

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)