Lab Assignment 9 - ravali-b/ASE_Lab-Assignments GitHub Wiki

Lab Assignment 9:

In this assignment, I created a private REST service by mashing up two public REST services. The public REST services, I used are Flickr API and Alchemy API. The home page of my application:

home

Server.js file runs at http://127.0.0.1:8081. After starting both the client and server my home page (flickr.html) opens. There are two sections in my home page. In the top section, we can get all the recently uploaded flickr images by typing the keyword in the given text box.

flickr

flickr

In the Sentiment Analysis section, the user can either enter text in the upper text box or paste any url in the lower text box. The Alchemy API parses the data in the text box and displays the score and sentiment of the text.

sentiment

sentiment

Server.js running:

server

Client.js running:

client

server