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

https://github.com/hwclass/node-cli-google

A command line tool to search Google
https://github.com/hwclass/node-cli-google

Last synced: about 1 year ago
JSON representation

A command line tool to search Google

Awesome Lists containing this project

README

          

# node-cli-google
A command line tool for "Googling".

[![npm version](https://badge.fury.io/js/node-cli-google.svg)](https://badge.fury.io/js/node-cli-google)

[![NPM](https://nodei.co/npm/node-cli-google.png)](https://nodei.co/npm/node-cli-google/)

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

[logo]: http://i64.tinypic.com/30icens.png"
![Screenshot](http://i64.tinypic.com/30icens.png "Usage steps")

### Install

* At first, get [Node.js and npm](https://docs.npmjs.com/getting-started/installing-node).

* Then, install the package,
```javascript
npm i node-cli-google -g
```

* Now, you can write down on the terminal what you expect to search:
```javascript
search node js development
```

* After you choose the links after search, when you enter, you can get the links opened in the browser immediately.

### Licence

MIT