https://github.com/avdaredevil/youtube-black
Once you go black, you never go back
https://github.com/avdaredevil/youtube-black
google-polymer hack ui youtube
Last synced: 3 months ago
JSON representation
Once you go black, you never go back
- Host: GitHub
- URL: https://github.com/avdaredevil/youtube-black
- Owner: avdaredevil
- Created: 2016-10-22T20:57:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T23:26:19.000Z (over 9 years ago)
- Last Synced: 2025-06-14T05:05:16.057Z (about 1 year ago)
- Topics: google-polymer, hack, ui, youtube
- Language: HTML
- Size: 73.6 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## U-Tube Black
> Imagine a YouTube where all the things we ever wanted, were given to us for free! Things like:
- _No Ads on any platform_
- _Offline Videos_
- _Background Playback_
Wouldn't that be great!? Now stop imagining, because you're looking right at it!
PS. Server code featuring [_MEAN stack_](https://www.sitepoint.com/introduction-mean-stack/), [_Google Polymer_](https://www.polymer-project.org/1.0/), [_Socket.io_](http://socket.io/), and Material Design.
### Screenshots
>
Main Screen | Mobile View
---- | ----
 | 
### To Deploy:
> - Clone this repo!
- CD to this directory
- Install `Node`, `Mongo`
- `npm i -g bower gulp nodemon`
- **WebServer**:
- Windows - `start nodemon`
- Linux/MAC - `nodemon` [*Start in a new shell in the same folder*]
- **Database**: [_**Does not apply yet**_]
- Windows - `start 'mongod' "--dbpath ./data"`
- Linux/MAC - `mongod --dbpath ./data` [*Start in a new shell in the same folder*]
- Navigate to [`localhost:3000`](http://localhost:3000)
### Components
- Refer to [Google Polymer Elements Catalog](https://elements.polymer-project.org/) for element reference
- We Used:
- _iron-icon_
- _iron-icons [*social icons*]_
- _iron-flex-layout_
- _paper-button_
- _paper-toolbar_
- _paper-header-panel_
- _[highcharts-chart](https://avdaredevil.github.io/highcharts-chart/)_
- _[All Components in /views/components](/views/components)_
- _**AND a ton of other components from [here](https://elements.polymer-project.org/browse) and [here](https://customelements.io)**_
---
_By: [Apoorv Verma [AP]](https://www.linkedin.com/in/apoorvverma), [Andrew Khaz](//github.com/01), [Arpit Shah](//github.com/arpitshah101), [Hiren Patel](//github.com/KingHunnet)_