# hubot-eksisozluk

A hubot script that retrieves random entries from Turkish collaborative hypertext dictionary eksisozluk.com

See [`src/eksisozluk.coffee`](src/eksisozluk.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-eksisozluk --save`

Then add **hubot-eksisozluk** to your `external-scripts.json`:

```json
[
  "hubot-eksisozluk"
]
```

## Sample Interaction

```
user1>> hubot script nedir?
hubot>> @user1 latincede yazi, kitap, yasa
```

## NPM Module

https://www.npmjs.com/package/hubot-eksisozluk
