An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/hedwig_wotd

Word of the Day for Hedwig
https://github.com/maxbeizer/hedwig_wotd

Last synced: about 1 year ago
JSON representation

Word of the Day for Hedwig

Awesome Lists containing this project

README

          

# hedwig_wotd [![Build Status](https://travis-ci.org/maxbeizer/hedwig_wotd.svg?branch=master)](https://travis-ci.org/maxbeizer/hedwig_wotd)
Get the word of the day from [Hedwig](https://github.com/hedwig-im).

## Usage
```
me> hedwig wotd
hedwig> allicient => adjective: Having the power to attract; appealing.
https://wordsmith.org/words/allicient.html
```

## Installation
Add `hedwig_wotd` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:hedwig_wotd, "~> 1.0.0"}
]
end
```

Docs can be found at [https://hexdocs.pm/hedwig_wotd](https://hexdocs.pm/hedwig_wotd).