Skip to content

A web app made with react.js, that can play a list of tracks from various streaming services

License

Notifications You must be signed in to change notification settings

adrienjoly/react-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-music-player

A web app made with react.js, that can play a list of tracks from various streaming services.

What is this?

This web app defines a Playem component that takes the following attributes:

  • tracks: a list of tracks in JSON format, as exported from my whyd profile
  • sc_api_key: the api key of your soundcloud developer account, needed for streaming music from soundcloud.com

Based on the provided list of tracks, it loads and instanciates PlayemJS using browserify, and streams the tracks.

How to install and run

After cloning this repo, just type:

npm install
npm start

Then browse http://localhosh:3000/

About

A web app made with react.js, that can play a list of tracks from various streaming services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published