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

ggl

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

ggl

A command-line based google search client.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

ggl

A command-line based google search client.

ggl is a simple command-line web search client for Google Custom Search, written with node.js.

Installation

Install from NPM, the Node.js package manager:

npm install -g ggl

Usage

  ggl: A command-line based google search client.

  Usage:

     ggl help                  Print help
     ggl search [keywords..]   Search on google

  Examples:

     ggl search iphone 6

  Environment variables:

    GOOGLE_API_KEY                   Specify your API key
    GOOGLE_CUSTOM_SEARCH_ENGINE_ID   Specify your custom search engine ID

Configuration

It is strongly recommended to use your own Goole API Key and Google Custom Search Engine ID because default key and id are open for everyone and these key have certain limitation of number of request allowed in one day.

To set your own keys use the following environment variables.

$ export GOOGLE_API_KEY="INSERT YOUR API KEY HERE"
$ export GOOGLE_CUSTOM_SEARCH_ENGINE_ID="INSERT YOUR CUSTOM SEARCH ENGINE ID HERE"

License

MIT

Keywords

FAQs

Package last updated on 19 Sep 2014

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