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

> Get a random greeting


## Install

```
$ npm install --save greetings
```


## Usage

```js
var greetings = require('greetings');

greetings();
//=> 'Good day'

greetings();
//=> 'Hello'

greetings.all;
//=> ['Hey', 'Hello', 'Hi', 'Howdy', 'Bonjour', 'Good day', ...]
```


## Related
[thx](https://github.com/gillstrom/thx) - Get a random way to show your gratitude in different languages.
## License

MIT © [alonalon](http://github.com/alonalon)
