# 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"
]
```
