LAB ASSIGNMENT3 - Girish85/CSEE5590-APL GitHub Wiki

Welcome to the Lab Assignment - 3

Student Name : Girish Kumar Reddy Nagella

Here is the Youtweet app for USERS

Youtweet App:


Youtweet App is a web application that provides services like performing a search on YouTube with a Key Word using YouTube data api and also representing friends of an user through twitter api in a visually cool way using D3.js.

Here is the Work flow of this application:

YouTweet Search Page:

Home

User Entering Keywords:

Home

Displaying Search results from Youtube:

Home Home

Playing the video selected by User:

Home

YouTweet Friend's list using twitter api and D3.js:

Home

Code Snippets:


Code snippets for YouTweet Search Page:

Giving YouTube Data api credentials in a js file and performing Search using query:

Home

Styling the header and body for search page using :

Home

Code Snippet for YouTweet Friends Page:

Declaring and Defining nodes and links Programatically in script and adding them to body of page dynamically from script:

Home

Styling for Nodes and Links by defining circle with radius and color and also stroke color and width:

Home

                                Thankyou