An open API service indexing awesome lists of open source software.

https://github.com/bdbch/cordlr-ddg

DuckDuckGo Plugin for Cordlr
https://github.com/bdbch/cordlr-ddg

Last synced: about 1 year ago
JSON representation

DuckDuckGo Plugin for Cordlr

Awesome Lists containing this project

README

          

# Cordlr-DDG

[![Join the chat at https://gitter.im/Devcord/cordlr-ddg](https://badges.gitter.im/Devcord/cordlr-ddg.svg)](https://gitter.im/Devcord/cordlr-ddg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Description

DuckDuckGo package allows searching for topics and use of DDG **!bangs** via `!ddg`

Used with [Cordlr-cli](https://github.com/Devcord/cordlr-cli) and [Cordlr-loader](https://github.com/Devcord/cordlr-loader). Check out the [boilerplate](https://github.com/Devcord/cordlr-server-boilerplate) to get started!

## Usage [Read More](https://github.com/Devcord/cordlr-server-boilerplate)

`npm install cordlr-ddg --save`

```json
{
"token":"Your BotToken Here",
"prefix":"!",
"loader":"cordlr-loader",
"plugins": [
"cordlr-ddg"
]
}
```