Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 594 Bytes

hedwig_wotd Build Status

Get the word of the day from Hedwig.

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:

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

Docs can be found at https://hexdocs.pm/hedwig_wotd.