Packages

ExDuck allows you to query the DuckDuckGo Instant Answer API. Can convert answer results to markdown.

Current section

Files

Jump to
ex_duck README.md
Raw

README.md

# ExDuck
An Elixir Client for the DuckDuckGo Instant Answer API
## Installation
ExDuck can be installed by adding `ex_duck` to your list of dependencies in
`mix.exs`:
```elixir
def deps do
[
{:ex_duck, "~> 0.1.0"}
]
end
```
Documentation is [published on hexdocs](https://hexdocs.pm/ex_duck).