Packages

An Elixir client for the DuckDuckGo Instant Answer API.

Current section

Files

Jump to
duckduckgo test ddg_test.exs
Raw

test/ddg_test.exs

defmodule DDGTest do
use ExUnit.Case
doctest DDG
test "the truth" do
assert 1 + 1 == 2
end
end