Skip to content

rodrmig/myspace-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image of HTML5

Myspace Music Player

This music player is a clone from the popular social network "Myspace" from the mid 2000's.

Installation

Clone this repository to your machine.

git clone https://github.com/rodrmig/myspace-music-player

Usage

Open index.html for a live demo. See the following code snippet from js/app.js for setup.

let settings = {
  containerID: 'myspace-music-player',
  song: 'Feel_Good.mp3',
  artist: 'Syn_Cole',
  audioFilePath: 'audio/Syn_Cole-Feel_Good.mp3'
};

let musicPlayer = new MyspaceMusicPlayer(settings);

License

MIT

About

Myspace music player from the mid 2000's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages