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
- Host: GitHub
- URL: https://github.com/maxbeizer/hedwig_wotd
- Owner: maxbeizer
- License: mit
- Created: 2019-01-13T02:41:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T03:12:48.000Z (over 7 years ago)
- Last Synced: 2025-03-26T21:09:19.702Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# hedwig_wotd [](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).