Skip to content

Samuel-KW/Old-Fashioned-Playlist

Repository files navigation

Old Fashioned Playlist

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/Samuel-UC/Old-Fashioned-Playlist

# Go into the repository
cd electron-quick-start

# Install dependencies
npm install

# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Adding Songs

Download audio files to songs and add a reference to them in songs/data.json.

Each song must follow the following format:

{
    "title": "SONG TITLE",
    "artist": "SONG ARTIST",
    "src": "AUDIO FILE.mp3"
}

About

Old style playlist program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published