google-image-downloader
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

google-image-downloader

Query google images and download images in original size.

Usage

import { ImageDownloader } from '../lib/ImageDownloader';
 
const downloader = new ImageDownloader(__dirname)
 
downloader.downloadImages('big bang theory', 5)

Run the example

node example.js

or

ts-node example.ts

Readme

Keywords

Package Sidebar

Install

npm i google-image-downloader

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

33.8 kB

Total Files

27

Last publish

Collaborators

  • justadudewhohacks