Minors README
This commit is contained in:
parent
0fc247c526
commit
b25909a14b
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -46,14 +46,22 @@ Bing.news("xbox", function(error, res, body){
|
||||||
{
|
{
|
||||||
top: 10, // Number of results (max 50)
|
top: 10, // Number of results (max 50)
|
||||||
skip: 3, // Skip first 3 results
|
skip: 3, // Skip first 3 results
|
||||||
newssortby: "Date" //Choices are Date, Relevance
|
newssortby: "Date" //Choices are: Date, Relevance
|
||||||
newscategory: "rt_Business" //Choices are rt_Business,rt_Entertainment,rt_Health,rt_Politics,rt_Sports,rt_US,rt_World,rt_ScienceAndTechnology
|
newscategory: "rt_Business" // Choices are:
|
||||||
|
// rt_Business
|
||||||
|
// rt_Entertainment
|
||||||
|
// rt_Health
|
||||||
|
// rt_Politics
|
||||||
|
// rt_Sports
|
||||||
|
// rt_US
|
||||||
|
// rt_World
|
||||||
|
// rt_ScienceAndTechnology
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Video Search:
|
#### Video Search:
|
||||||
```js
|
```js
|
||||||
Bing.videp("xbox", function(error, res, body){
|
Bing.video("monkey vs frog", function(error, res, body){
|
||||||
console.log(body);
|
console.log(body);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue