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
- Host: GitHub
- URL: https://github.com/mhtkarakose/se-355---web-programming-project
- Owner: mhtkarakose
- Created: 2017-12-01T17:37:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T17:18:15.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T17:21:19.233Z (12 months ago)
- Topics: ajax, css, html5, javascript, jquery, youtube
- Language: HTML
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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