Packages

An Elixir client for the DuckDuckGo Instant Answer API.

Current section

Files

Jump to
duckduckgo lib ddg.ex
Raw

lib/ddg.ex

defmodule DDG do
@moduledoc """
DuckDuckGo Instant Answer API Client
This Elixir client for the DDG Instant Answer API that give a user
free access to many instant answers like:
- Topic Summaries
- Categories
- Disambiguation
- !bang redirects
"""
defdelegate query(query), to: DDG.Query
end