0.1.4 • Published 10 years ago

node-ddg-api v0.1.4

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

node-ddg-api - DuckDuckGo instant answer API node module

Access the DuckDuckGo API with Nodejs.

Installation

To install via NPM type the following: npm install node-ddg-api

You can also install via git by cloning:

git clone https://github.com/lukewendling/ddg-api.git /path/to/project`

Usage

var DDG = require('ddg-api').DDG;

var ddg = new DDG('my-app-name');

ddg.instantAnswer('superman', {skip_disambig: '0'}, function(err, response) {
  console.log(response);
});
0.1.4

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago