2.0.0 • Published 1 year ago

open-google v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year ago

open-google

Open a Google search from node

Installation

npm install open-google

Usage

import openGoogle from 'open-google';

openGoogle('Knut Kirkhorn');

API

openGoogle(search)

Opens the webpage for the Google result of the search.

Related