A simple client wrapper for Microsoft's Bing Search API v2.2 on Node.js.
$ git clone
$ npm install node-bing
$ node app.js
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})
Version | Tag | Published |
---|---|---|
0.1.1 | latest | 10yrs ago |