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
- Host: GitHub
- URL: https://github.com/bdbch/cordlr-ddg
- Owner: bdbch
- License: mit
- Created: 2017-03-12T16:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T09:16:59.000Z (almost 9 years ago)
- Last Synced: 2025-03-14T01:33:07.887Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cordlr-DDG
[](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"
]
}
```