ddg_search plugin

Installation

shell
Copied!
npm install --save @sugarcube/plugin-ddg

Usage

shell
Copied!
$(npm bin)/sugarcube -c cfg.json -p ddg_search

This is a data fetching plugin.

It looks for the query terms of type ddg_search, e.g.:

json
Copied!
[{
  "type": "ddg_search",
  "term": "Some Search Term"
}]