google-image-search
v0.1.0
Published
Download Images from Google Image in nodejs
Downloads
10
Readme
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