Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Bing Image Search single-page web app

This single-page web application demonstrates how the Bing Image Search API (an Azure Cognitive Service) can be used to retrieve, parse, and display relevant image results based on a user's query. This sample compliments the single-page web app tutorial on docs.microsoft.com.

The sample app can:

  • Call the Bing Image Search API with search options
  • Display image results
  • Paginate results
  • Manage subscription keys
  • Handle errors

To use this app, you must have a valid Azure subscription. If you don't have one, you can get an account for free. After you sign up, you can use the subscription key from creating an Azure Cognitive Services resource for the Bing Search APIs.

Prerequisites

  • Node.js 8 or later
  • A valid Azure Cognitive Services subscription key for the Bing Search APIs

Get started

  1. Clone the repository.

  2. Navigate to the Bing Web Search Tutorial directory.

  3. Install Express.js: npm install

  4. Run the sample app: node bing-web-search.js

  5. Navigate to the provided URL and perform your first Bing Image Search!

Next steps