Skip to content

devfep/SpoDeezy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


SpoDeezy

A Spotify-Deezer Playlist Syncer
· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

SpoDeezy Screen Shot

SpoDeezy is a fullstack web application that allows you to sync your playlists from Spotify Music to Spotify. As an add-on, you get to backup you playlists for ease of porting to Deezer (other streaming platforms in future plans).

(back to top)

Built With

Java, Springboot, PostgreSQL/MySQL, Docker, HTML/CSS, Bootstrap, Javascript, Thymeleaf, Spotify Web API, Deezer Web API

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • JDK 11+

Installation

  1. Sign up for API Keys at:
    i. Spotify For Developers ii. Deezer For Developers
  2. Clone the repo
    git clone https://github.com/devfep/SpoDeezy.git
  3. Install Maven dependencies
    mvn install
  4. Create an enum class container your Spotify API and Deezer API credentials and reference them in the Auth controllers
    API_KEY = 'ENTER YOUR API';
    

(back to top)

Usage

  • Backup and share your Spotify playlists with your friends via text on SpoDeezy SpoDeezy Screen Shot

  • Transfer your playlists to Deezer SpoDeezy Screen Shot

(back to top)

Roadmap

  • Add Docker image
  • Add Changelog
  • Serve as an authentication server with Keycloak
  • Add Social logins

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Felix P. - @fepdev - devfep@gmail.com

Project Link: https://github.com/devfep/SpoDeezy

(back to top)

Acknowledgments

(back to top)

About

A Spotify-Deezer Playlist Management Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published