Updated readme file to document web only Bing API subscription support
This commit is contained in:
parent
2d399e4d4f
commit
603c1c7b3f
1 changed files with 7 additions and 0 deletions
|
@ -150,6 +150,13 @@ Accepted values: "Off", "Moderate", "Strict".
|
||||||
*Moderate level should not include results with sexually explicit images
|
*Moderate level should not include results with sexually explicit images
|
||||||
or videos, but may include sexually explicit text.*
|
or videos, but may include sexually explicit text.*
|
||||||
|
|
||||||
|
#### Web Only API Subscriptions
|
||||||
|
|
||||||
|
To use this library with a web only subscription require and initialize it with this root uri:
|
||||||
|
|
||||||
|
```js
|
||||||
|
var Bing = require('node-bing-api')({ accKey: "your-account-key", rootUri: "https://api.datamarket.azure.com/Bing/SearchWeb/v1/" });
|
||||||
|
```
|
||||||
|
|
||||||
## Running Tests
|
## Running Tests
|
||||||
In order to run the tests, the integration tests require to create a `secrets.js` file
|
In order to run the tests, the integration tests require to create a `secrets.js` file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue