An open API service indexing awesome lists of open source software.

https://github.com/knutkirkhorn/open-google

Open a Google search from node
https://github.com/knutkirkhorn/open-google

google nodejs open search

Last synced: 5 days ago
JSON representation

Open a Google search from node

Awesome Lists containing this project

README

          

# open-google

> Open a Google search from node

## Installation

```
npm install open-google
```

## Usage

```js
import openGoogle from 'open-google';

openGoogle('Knut Kirkhorn');
```

## API

### openGoogle(search)

Opens the webpage for the Google result of the search.

## Related

- [open-google-cli](https://github.com/knutkirkhorn/open-google-cli) - CLI for this module