https://github.com/kessler/node-search
https://github.com/kessler/node-search
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/node-search
- Owner: kessler
- Created: 2024-05-05T20:54:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T23:59:23.000Z (over 1 year ago)
- Last Synced: 2025-10-25T02:49:53.755Z (3 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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