lab 8 - VyshnaviPerla/cs5551_vyshnavi_lab-assignments GitHub Wiki

In this assignment I have created a private REST service that is Mashup of two public REST services which are google custom search API and google knowledge graph search API.

Home Page: 1.

2.

When we start entering data in knowledge search text box, the relevant words and the information related to it gets displayed.Both the API's uses auto complete feature.

3.

When we enter data in google custom search box the search data gets displayed in two tabs i.e., information can be retrieved from web and images can be retrieved from image tab.

4.

5.

client.js running: 6.

server.js running:

7.