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.
You can follow these steps to setup a local development environment:
-
Clone the repo:
git clone https://github.com/yourusername/ApplyToSpotify.git cd ApplyToSpotify/frontend
-
Install dependencies and start the server:
pnpm install && pnpm start
-
Visit:
http://localhost:3000
- Fetch an album from Apple Music by entering the album name or ID.
- Sign in to your Spotify account.
- Choose the tracks you want from the Apple Music album.
- Click the import button, and you’re good to go!
-
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
This project is licensed under the MIT License - see the LICENSE file for details.