YouTube player app built with Angular 14 (latest 14.2.2).
Demo (Updated: 06/01/2019)
1- Install Angular-CLI (latest 14.2.2) :
npm install -g @angular/cli@latest
2- Clone the project:
git clone https://github.com/PatoJAD/ytplayer.git
cd ytplayer
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!
- Play music while searching
- Extended controls
- Shuffle/Repeat options for your playlists
- Browser notifications when new song is going to start
- Different type for video displaying
- Create local playlist without authorization
- Simple Import/Export playlists as JSON