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
- Host: GitHub
- URL: https://github.com/knutkirkhorn/open-google
- Owner: knutkirkhorn
- License: mit
- Created: 2018-02-15T19:23:05.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T14:25:49.000Z (over 2 years ago)
- Last Synced: 2025-03-01T21:34:40.729Z (8 months ago)
- Topics: google, nodejs, open, search
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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