CEOofA / node-google-image-search

Download Images from Google Image in nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Google Image Search

Get images from Google Image as simply as a CLI :

$ google-image-search logo google > google.jpg

Or programmatically in nodeJs:

var giSearch = require('google-image-search');
giSearch('logo google').pipe(fs.createWriteStream('google.jpg'));

LICENSE

MIT

About

Download Images from Google Image in nodejs