/Retro.Mp3

An online music player/radio where I and Joel share our favorite playlists and songs

Primary LanguageJavaScript

Retro.Mp3

An online music player/radio where I and Jojo share our favorite playlists and songs

Contributing Guide

You can add to the songs on the web player,in few easy steps

  • Fork this repository
  • Clone this repository to your local machine

    $ git clone git@github.com:Akohjesse/Retro.Mp3.git

  • In your cloned version on your computer, add the remote

    $ git remote add origin git://github.com/Akohjesse/Retro.Mp3

  • Pull changes that might have been made overtime

    git pull

Adding your Audio

cd Into the sounds directory and add your own music there, make sure the name of the song has no 'spaces', or 'weird characters'

  • cd into the javascript file /js/song.js or easily go Here

  • Create a new object into the songs array with your name, name of the song and the path to the song in the sounds directory

  • Push to remote repository - git push -u origin {name_branch}

  • Here