https://github.com/adrienjoly/react-music-player
A web app made with react.js, that can play a list of tracks from various streaming services
https://github.com/adrienjoly/react-music-player
browserify music-player nodejs playemjs react wip
Last synced: 6 months ago
JSON representation
A web app made with react.js, that can play a list of tracks from various streaming services
- Host: GitHub
- URL: https://github.com/adrienjoly/react-music-player
- Owner: adrienjoly
- License: mit
- Created: 2015-07-18T13:04:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T07:29:51.000Z (about 10 years ago)
- Last Synced: 2024-11-24T17:42:04.736Z (11 months ago)
- Topics: browserify, music-player, nodejs, playemjs, react, wip
- Language: JavaScript
- Size: 156 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://whyd.com/adrien?export=json&limit=3)
- `sc_api_key`: the api key of your soundcloud developer account, needed for streaming music from soundcloud.comBased on the provided list of tracks, it loads and instanciates [PlayemJS](http://github.com/adrienjoly/playemjs) using browserify, and streams the tracks.
## How to install and run
After cloning this repo, just type:
npm install
npm startThen browse [http://localhosh:3000/](http://localhosh:3000/)