1.0.9 • Published 6 years ago

google-image-searcher v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Google-Image-Searcher google_logo

Information

Google-Image-Searcher attempts to find the first image given a search term on google images. It then returns the first valid link to an image it can find.

Installation

npm install --save google-image-searcher

Usage

Example: Find the Node Logo

var searcher = require('google-image-searcher');

searcher.GoogleImages('Node Logo', (link, timeMilli) => {
    console.log(`Found link: ${link}`);
    console.log(`Took ${timeMilli}ms`);
})

Result:

Found link: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.png
Took 3283ms
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago