SE 355 - Web Programming Term Project Repo


Hey! This document is my term proejct. Please be sure to inform us of any errors you found in the codes.

  • GitHub Pages

You can see the demo this project GoToSite

SUBJECT 5: YOUTUBE

  • Use this data NetData,

  • discovery channel video,

  • an interface like YouTube,

  • search by video name,

  • video playback,

  • video detail page.


Development

We are using html, css, js, jquery, ajax.


Authors

Mehmet KARAKOSE GitHub,

Ecem ERTURK GitHub,

Orhun TURAN GitHub


Getting Started

  • Disable Web Security

    Chrome do not allow local connection to web api.Thus we disable it.

    stackoverflow

    **Mac OS

    open /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir ;

    **Windows

    chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security