Skip to content

Filirom1/node-google-image-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published