# thx [![Build Status](https://travis-ci.org/gillstrom/thx.svg?branch=master)](https://travis-ci.org/gillstrom/thx)

> Get a random way to show your gratitude in different languages


## Install

```
$ npm install --save thx
```


## Usage

```js
const thx = require('thx');

thx();
//=> 'tusen tack'

thx();
//=> 'gracias'

thx.all; 
//=>  ['asante', 'blagodarya', 'dank', 'danke', ...]
```


## License

MIT © [Andreas Gillström](http://github.com/gillstrom)
