https://github.com/rawnly/node-websearch
Node websearch commandline | Readme Incoming
https://github.com/rawnly/node-websearch
Last synced: 8 months ago
JSON representation
Node websearch commandline | Readme Incoming
- Host: GitHub
- URL: https://github.com/rawnly/node-websearch
- Owner: rawnly
- Created: 2016-12-18T11:21:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T20:24:41.000Z (over 9 years ago)
- Last Synced: 2024-12-28T09:43:25.263Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Websearch
Inspire to [search-command-line](https://github.com/BandW2011/search-command-line) by [BandW2011](https://github.com/BandW2011/)
## Installation
You must use **npm**:
```bash
npm install -g node-websearch
```
## Usage
```bash
# Search on Google
# you can also use -g instead of --google
websearch --google 'NodeJs'
# Search on Wikipedia
# you can also use -w instead of --wikipedia
websearch --wikipedia 'Albert Einstein'
```