JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26232
  • Score
    100M100P100Q163241F
  • License ISC

A DuckDuckGo scraper for Node.js.

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.

NPM

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