Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

free-google-image-search

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

free-google-image-search

Search for images with Google, without the use of Custom Search JSON/Atom API

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Search for images with Google, without the use of Custom Search JSON/Atom API

Installation

To install you can simply run the following command in you NodeJS project:

npm install free-google-image-search --save

or this one:

yarn add free-google-image-search

Usage Example

Library is really simple to use. All you need to do is call .searchImage function and pass in desired search query. Here's a simple example code:


import GoogleImageSearch from 'free-google-image-search'

GoogleImageSearch.searchImage("cats")
.then((res) => {
    console.log(res); // This will return array of image URLs
})

Library currently returns an array of google image thumbnails.

Issues

Feel free to submit issues and enchantment requests

Contributing

Please you the "fork-and-pull" Git workflow

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that I can review your changes

Please refer to the following code styling guide

Notice

Please use this library mainly for testing purposes. It can be unstable in production environments

Keywords

FAQs

Package last updated on 11 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc