goferito / node-bing-api

Node.js module for the Bing Search API (Cognitive Services)
MIT License
56 stars 28 forks source link

Better pizza example #11

Closed selfrefactor closed 9 years ago

selfrefactor commented 9 years ago

Bing.web("Pizza", function(error, res, body){ console.log(body.d.results[0]); console.log(body.d.results[1]); }, { top: 10, // Number of results (max 50) skip: 3, // Skip first 3 results });