An open API service indexing awesome lists of open source software.

https://github.com/mhtkarakose/se-355---web-programming-project

Like a YouTube :) Term Project
https://github.com/mhtkarakose/se-355---web-programming-project

ajax css html5 javascript jquery youtube

Last synced: 10 months ago
JSON representation

Like a YouTube :) Term Project

Awesome Lists containing this project

README

          

# 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](https://mhtkarakose.github.io/SE-355---Web-Programming-Project/)

## SUBJECT 5: YOUTUBE

* Use this data [NetData](https://www.netdata.com/JSON/aed8665a),

* 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](https://github.com/mhtkarakose),

**Ecem ERTURK** [GitHub](https://github.com/ecemerturk),

**Orhun TURAN** [GitHub](https://github.com/orhunturan)

- - - -
## Getting Started

* Disable Web Security

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

[stackoverflow](https://stackoverflow.com/questions/24290149/creating-google-chrome-shortcut-with-disable-web-security)

**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