Alias Bing.search to Bing.web
This commit is contained in:
parent
7133f9343e
commit
87650a37f6
2 changed files with 6 additions and 2 deletions
|
@ -16,7 +16,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" });
|
|||
|
||||
##### Web Search:
|
||||
```js
|
||||
Bing.search("Pizza", function(error, res, body){
|
||||
Bing.web("Pizza", function(error, res, body){
|
||||
console.log(body);
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue