New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-goo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-goo

A command line google/question answering utility

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

goo

Contents of this File

  • Purpose
  • Project Overview
  • Local Project Setup
  • Usage

Goo!

Purpose

Goo is a command line search program. The purpose of Goo is to allow developers to perform a search within their current working terminal as opposed to leaving the terminal and opening a browser.

Project Overview

Goo is built with Node, Cheerio, Request and Chalk. It is a command line utility for searching the web.

Local Project Setup

Make sure you have node and npm installed

npm install -g node-goo

Usage

goo yields an answer from Wikipedia or Stack Overflow

goo again yields last answer

goo more yields the next top answer (Stack Overflow) OR the next paragraph chunk (Wikipedia)

man goo yields the manual for goo

Example query: goo javascript splice

Output:

image

===============================================================

Example query: goo ron artest

Output:

image

Keywords

command

FAQs

Package last updated on 09 Sep 2016

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