Package Exports
- duck-duck-scrape
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (duck-duck-scrape) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
duck-duck-scrape
A DuckDuckGo scraper NPM module
Note: This isn't endorsed by DuckDuckGo in any way.
Installation
npm install --save duck-duck-scrape
Setup
const DuckDuckScrape = require("duck-duck-scrape");
const ddg = new DuckDuckScrape();
Documentation
https://suushii.github.io/duck-duck-scrape/index.html
Attribution
Original code by Snazzah
Packaged by suushii