Skip to content

sync apple music playlists to spotify, without an apple account [WIP]

Notifications You must be signed in to change notification settings

minzique/appleToSpotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApplyToSpotify 🎶

Spotify Logo

ApplyToSpotify alows you to sync Apple Music playlists to Spotify, without needing an Apple Music account (for public playlists). Currently only supports public playlists from Apple Music. WIP.

Installation

You can follow these steps to setup a local development environment:

  1. Clone the repo:

    git clone https://github.com/yourusername/ApplyToSpotify.git
    cd ApplyToSpotify/frontend
  2. Install dependencies and start the server:

    pnpm install && pnpm start
  3. Visit:

    http://localhost:3000
    
    

Usage

  1. Fetch an album from Apple Music by entering the album name or ID.
  2. Sign in to your Spotify account.
  3. Choose the tracks you want from the Apple Music album.
  4. Click the import button, and you’re good to go!

TODO

  • Fetch songs from Apple Music API

  • Implement Spotify token retrieval with callback

  • Save Spotify tokens for sessions

  • Move API logic to handle new playlists

  • [] Display fetched songs and playlist details

  • [] Add song selection from playlist

  • [] Implement playlist creation endpoint

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

sync apple music playlists to spotify, without an apple account [WIP]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published