RubyDuck

RubyDuck is a Ruby library for interacting with DuckDuckGo.

Usage

require 'rubyduck'

ddg = DuckDuckGo

ddg.describe("Paris") # "Paris is the capital of France."
ddg.describe("ijrnliwks") # nil

License

This is free and unencumbered software released into the public domain.