WilfredLemus / ngx-youtube-player

YouTube player app built with Angular 2

Home Page:https://samirhodzic.github.io/ngx-youtube-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-youtube-player-logo

ngx-YouTube-Player

Dependencies Dev Dependencies

YouTube player app built with Angular 2 (latest 2.4.9).

Demo

Quickstart

Note: Require Node 4+ together with Npm 3+, also be sure to install

1- Install Angular-CLI (latest 1.0.0-rc.1) :

$ npm install -g @angular/cli@latest

2- Clone the project:

$	git clone https://github.com/SamirHodzic/ngx-youtube-player
$	cd angular2-youtube

3- Install the npm packages described in the package.json :

$ npm install

4- Transpile typescript into javascript, host the app and monitor the changes :

$ ng serve

Visit http://localhost:4200 and enjoy!

Dependencies

Features

  • Play music while searching
  • Extended controls
  • Shuffle/Repeat options for your playlists
  • Different type for video displaying
  • Create local playlist without authorization
  • Simple Import/Export playlists as JSON

TODO (Feel free to make pull request for any additional feature)

  • Save multiple playlists and switch between them
  • Update UI to be fully responsive for mobile/tablet
  • Write tests
  • ...

About

YouTube player app built with Angular 2

https://samirhodzic.github.io/ngx-youtube-player

License:MIT License


Languages

Language:TypeScript 59.3%Language:HTML 21.9%Language:CSS 18.8%