Node.js module for the Bing Search API (Cognitive Services)
Find a file
Mr. Goferito 5e7113afba Merge pull request #2 from noodlefrenzy/master
Adding test for failure, removing spurious debugger statement.
2014-10-01 22:21:36 +02:00
lib Adding test for failure, removing spurious debugger statement. 2014-10-01 12:00:00 -07:00
test Adding test for failure, removing spurious debugger statement. 2014-10-01 12:00:00 -07:00
.gitignore Ignore t.js 2014-09-19 14:22:53 +02:00
Gruntfile.js Adding images vertical, some refactoring. Adding Gruntfile for jshint, jsdoc, mocha. Adding basic mocha test for sunny-day case. 2014-09-29 08:12:08 -07:00
index.js Git init 2014-09-18 18:24:52 +02:00
LICENSE Add license file 2014-09-19 14:50:37 +02:00
package.json Bump version 2014-09-29 08:18:59 -07:00
README.md Typo 2014-09-19 14:56:28 +02:00

Node Bing API

Node.js lib for the Azure Bing Web Search API

Installation

npm install node-bing-api

Usage

var Bing = require('node-bing-api')({ accKey: "your-account-key" });

Bing.search("Android", function(error, res, body){
  console.log(body);
});

License

MIT