hubot-qwant
Version:
Use the qwant search engine in order to perform a search query
20 lines (12 loc) • 310 B
Markdown
# hubot-qwant
Use the qwant unofficialy API to perform search query.
See [`src/qwant.coffee`](src/qwant.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-qwant --save`
Then add **hubot-qwant** to your `external-scripts.json`:
```json
[
"hubot-qwant"
]
```