Skip to content

Commit 17cdb7f

Browse files
authored
Update README.md
1 parent ccc713c commit 17cdb7f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<p align="center">
2-
Check
3-
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">Demo</a>
4-
or
5-
<a href="https://youtu.be/KB803dWQM-o/" title="Video Presentation">Video Presentation</a>
6-
<img alt="Angular YouTube Player Logo" src="https://i.imgur.com/EKqK4ip.png" style="height: auto; max-width:100%;" />
2+
<a href="https://quead.github.io/demo/" target="_blank" title="YouTube Player Demo">
3+
Demo
4+
</a>
5+
<a href="https://quead.github.io/demo/" target="_blank" title="YouTube Player">
6+
<img alt="Angular YouTube Player Logo" src="https://i.imgur.com/THnmBnz.png" style="height: auto; max-width:100%;" />
7+
</a>
78
</p>
89

910
# About Player
@@ -13,7 +14,7 @@
1314
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1415
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1516

16-
This is a simple youtube web player and desktop player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.7.3, [ngx-youtube-player](https://github.com/orizens/ng2-youtube-player "ngx youtube player") 6.0.0 (used for youtube iFrame API), SCSS (CSS3), HTML5.
17+
This is a simple youtube web player and desktop player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 7.0.3, [@angular/fire](https://github.com/angular/angularfire2), [ngx-youtube-player](https://github.com/orizens/ng2-youtube-player "ngx youtube player") 6.0.0 (used for youtube iFrame API), SCSS (CSS3), HTML5.
1718

1819
This player is compatible only with Chrome/webkit browsers.
1920

@@ -37,7 +38,7 @@ This player is compatible only with Chrome/webkit browsers.
3738

3839
5. Add your youtube api key in settings.json or in the app
3940

40-
6. To make available firebase (for session feature upload/download) update environments.prod.ts and environments.ts
41+
6. To make available firebase (for session feature upload/download) update `environments.prod.ts` and `environments.ts`
4142

4243
**For SASS development**
4344

@@ -57,6 +58,7 @@ Angular YouTube Player 2.3.3
5758
- Added session key for playlist which you can upload to cloud and download from cloud (integrated with firebase)
5859
- Layout update
5960
- Updated from angular 5.2.0 to 7.0.1
61+
- Carousel added for related videos (used [ngu-carousel](https://github.com/sheikalthaf/ngu-carousel))
6062

6163
Angular YouTube Player 2.3
6264
- Updating to LTS angular
@@ -160,15 +162,14 @@ Angular YouTube Player 1.0.0
160162
## Future features
161163
#### Backlog
162164
- iOS 8+ / android 5+ app **(unversioned)**
163-
- Change and create theme **(unversioned)**
164165

165166
**Rooms**
166167
- *Room chat **(unversioned)***
167168

168169
#### Roadmap to 3.0
169-
- Keep your playlist and settings in cloud **(in v2.4)**
170-
- Implemented session key to keep playlist in cloud (without account) **(in v2.4)**
171-
- Integrating ngrx store **(in v2.5)**
170+
- Responsive layout **(in v2.4)**
171+
- Sync player between session **(in v2.4)**
172+
- Keep your settings in cloud **(in v2.8)**
172173
- Integrating YouTube subscriptions/playlist **(in v2.9)**
173174

174175
**Rooms**

0 commit comments

Comments
 (0)