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
- Host: GitHub
- URL: https://github.com/hwclass/node-cli-google
- Owner: hwclass
- License: mit
- Created: 2016-01-07T10:14:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T22:55:16.000Z (about 9 years ago)
- Last Synced: 2025-06-02T07:16:45.750Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 45
- Watchers: 5
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-cli-google
A command line tool for "Googling".
[](https://badge.fury.io/js/node-cli-google)
[](https://nodei.co/npm/node-cli-google/)
[](https://github.com/feross/standard)
[logo]: http://i64.tinypic.com/30icens.png"

### 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