Sha256: 788ff01856eb4804258085a6d73689cae4cd1416f620a71f5ed6a1261211365d

Contents?: true

Size: 859 Bytes

Versions: 3

Compression:

Stored size: 859 Bytes

Contents

# DuckGo - API wrapper for DuckDuckGo

[![Gem Version](https://badge.fury.io/rb/duckgo.svg)](https://badge.fury.io/rb/duckgo)

## What it does

DuckGo is a RubyGem library and command line tool for searching with DuckDuckGo.
By default, it puts out only the relevant information, but when told, it will dump
all the data you could ask for. This tool aims to give access to most of the
features from the official API.

## Installation

Install with RubyGems:

+ `sudo gem install duckgo`

Then include this in your scripts:

```ruby
require 'duckgo'
include DuckGo

# Your stuff here
```


## API and Usage

Check out the [documentation](https://github.com/wlib/duckgo/tree/master/docs)
## Contribute

If you use and enjoy DuckGo...

[Fork the project](https://github.com/wlib/duckgo/fork)

## [MIT License](https://github.com/wlib/duckgo/blob/master/LICENSE)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
duckgo-1.2.1 README.md
duckgo-1.2.0 README.md
duckgo-1.1.0 README.md