node-bing-api icon indicating copy to clipboard operation
node-bing-api copied to clipboard

Node.js module for the Bing Search API (Cognitive Services)

Results 5 node-bing-api issues
Sort by recently updated
recently updated
newest added

I still get resource not found. CognitiveServices now forces you to use your own endpoint. I'm not sure how to pass it. The endpoints for /news/search is what i want....

{"_type": "ErrorResponse", "errors": [{"code": "RequestParameterMissing", "message": "Required parameter is missing.", "parameter": "text"}]} Bing.spelling('awsome spell', function (err, res, body) { console.log(body.flaggedTokens.suggestions[0].suggestion); //awesome spell });

Good morning, Firstly, thanks for the project. I have tripped over a problem recently where the API doesn't return me what I was expecting. Whilst I know the solution to...

I'm using this in one of my apps and I've had a strange error for several weeks. On my development PC with certain searches I get more results than I...