Update Readme
This commit is contained in:
parent
39c3b16140
commit
c519c09b2e
1 changed files with 19 additions and 1 deletions
20
README.md
20
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue