Current section
Files
Jump to
Current section
Files
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