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

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

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
---- | ----
![image](https://cloud.githubusercontent.com/assets/5303018/20080504/1545e614-a518-11e6-8c10-82c9bbd794cb.png) | ![image](https://cloud.githubusercontent.com/assets/5303018/20080581/8434a3b2-a518-11e6-840d-8fa230197326.png)

### 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)_