From c519c09b2e89fcefe724aa96df4d47c5fa3969da Mon Sep 17 00:00:00 2001 From: goferito Date: Thu, 18 Sep 2014 19:42:33 +0200 Subject: [PATCH] Update Readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d068a..40c95be 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# Node.js lib for the Azure Bing Web Search API +# 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