https://github.com/kessler/node-search
https://github.com/kessler/node-search
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kessler/node-search
- Owner: kessler
- Created: 2024-05-05T20:54:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T00:50:07.000Z (5 months ago)
- Last Synced: 2026-04-04T06:43:08.736Z (3 months ago)
- Language: JavaScript
- Size: 36.1 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