0.1.1 • Published 11 years ago

binger v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

node-bing

A simple client wrapper for Microsoft's Bing Search API v2.2 on Node.js.

Installation

$ git clone
$ npm install node-bing
$ node app.js

Usage

var bing = require('bing')

var b = bing({appId:"49EB4B94127F7C7836C96DEB3F2CD8A6D12BDB71"})

b.search("MooTools", function(error, response, body){

     console.log(body.SearchResponse.Web.Results[0]) 

},{limit: 20})
0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago