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

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

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'
```