1.0.0-rc.1 • Published 8 years ago
littlefork-plugin-ddg v1.0.0-rc.1
littlefork-plugin-ddg
This is a plugin for littlefork.
Search on DuckDuckGo.
Installation
npm install --save littlefork-plugin-ddgUsage
This plugin exports a single transformation plugin:
ddg_search transformation
$(npm bin)/littlefork -c cfg.json -p ddg_searchThis is a data fetching plugin.
It looks for the query terms of type ddg_search, e.g.:
[{
"type": "ddg_search",
"term": "Some Search Term"
}]