jul11co-imagedl

0.0.6 • Public • Published

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)

Package Sidebar

Install

npm i jul11co-imagedl

Weekly Downloads

3

Version

0.0.6

License

Apache-2.0

Last publish

Collaborators

  • jul11co