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

https://github.com/kessler/node-search


https://github.com/kessler/node-search

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# @kessler/search

personal search api and cli lib/tool

currently only supports google custom search engine

rc name: 'kessler-search'

## install

create a custom search engine and enable custom search engine api in your google dev console
this should yield two things:

1. an api key
2. a cx identifier

add them to config or specify in options to tool

```bash
npm i -g @kessler/search
search something
```

see --help for options