ddg_search plugin
Installation
npm install --save @sugarcube/plugin-ddg
Usage
$(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.:
[{
"type": "ddg_search",
"term": "Some Search Term"
}]