View Source ExDuck

An Elixir Client for the DuckDuckGo Instant Answer API

installation

Installation

ExDuck can be installed by adding ex_duck to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_duck, "~> 0.1.0"}
  ]
end

Documentation is published on hexdocs.