Skip to content

Visit my blog, I share many stories and nice tips about Angular development

Notifications You must be signed in to change notification settings

reviloera/angular2-soundcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 Sound Cloud player

A simple music player made by Angular 2

Live demo: http://davidtran.github.io/ng2music/

Introduction

Angular 2 is just coming out. This product is a demo product by myself with Angular 2. Through this product, we can learn more about:

  • Using Typescript in Angular 2
  • Dependency injection
  • Angular 2 component communication
  • RxJS pattern

Angular 2 Sound Cloud music player

Features

Currently, it just have some simple features:

  • Search music on SoundCloud
  • Play, pause, toggle volume
  • Add song to playlist

Todos

  • Convert this app to a Google Chrome extension
  • Add more unit test

How to use ?

Known issues:

  • Sometimes SoundCloud api returns Access-Control-Allow-Origin, just need to refresh website few times. I will fix this issue soon.

Author

Nam Tran nam.trankhanh.vn@gmail.com

Website: http://jslancer.com

License

MIT

About

Visit my blog, I share many stories and nice tips about Angular development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • HTML 3.6%