{"id":48866259,"url":"https://github.com/pakyjr/playlist-converter","last_synced_at":"2026-04-15T18:33:16.131Z","repository":{"id":213428290,"uuid":"733907318","full_name":"pakyjr/playlist-converter","owner":"pakyjr","description":"A web service designed to convert a user's playlist from Spotify to Apple Music or viceversa","archived":false,"fork":false,"pushed_at":"2025-09-21T17:08:47.000Z","size":186,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T19:12:20.594Z","etag":null,"topics":["api-rest","backend","musickit","spotify-web-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pakyjr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-20T12:03:18.000Z","updated_at":"2025-09-21T17:08:50.000Z","dependencies_parsed_at":"2025-05-20T13:43:36.643Z","dependency_job_id":"ff1d6d02-705c-4978-aebf-a5ec53395b1e","html_url":"https://github.com/pakyjr/playlist-converter","commit_stats":null,"previous_names":["pakyjr/playlist-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pakyjr/playlist-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakyjr%2Fplaylist-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakyjr%2Fplaylist-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakyjr%2Fplaylist-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakyjr%2Fplaylist-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pakyjr","download_url":"https://codeload.github.com/pakyjr/playlist-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakyjr%2Fplaylist-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","backend","musickit","spotify-web-api"],"created_at":"2026-04-15T18:33:14.111Z","updated_at":"2026-04-15T18:33:16.119Z","avatar_url":"https://github.com/pakyjr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playlist Converter (Apple Music ↔ Spotify)\n\nA duplex playlist converter built with TypeScript. Seamlessly transfer playlists between Apple Music and Spotify.\n\n Features\n\t•\tConvert playlists both ways: Apple Music ↔ Spotify\n\t•\tMatch tracks across platforms by metadata\n\nTech Stack\n\t•\tTypeScript\n\t•\tNode.js\n\t•\tApple Music API\n\t•\tSpotify Web API\n\nGetting Started\n\n1.\tClone the repo:\n ```\ngit clone https://github.com/yourusername/playlist-converter.git \ncd playlist-converter\n```\n2.\tInstall dependencies:\n```\nnpm install\n```\n3.\tCreate a .env file and add your API credentials:\n\nSpotify API Keys\n\n•\tGo to the Spotify Developer Dashboard.\n\n•\tLog in and create a new app.\n\n•\tCopy the Client ID and Client Secret.\n\n•\tSet a redirect URI (e.g., http://localhost:3000/callback) and add it to your app settings.\n\nApple Music API Token\n\n•\tLog into your Apple Developer account.\n\n•\tCreate a MusicKit identifier and generate a private key.\n\n•\tUse the private key, key ID, and team ID to generate a JWT for authenticating with Apple Music’s API. (You can use a script or a tool like musickit-token-generator.)\n```\nSPOTIFY_CLIENT_ID=your_spotify_client_id\nSPOTIFY_CLIENT_SECRET=your_spotify_client_secret\nSPOTIFY_REDIRECT_URI=http://localhost:3000/callback\n\nAPPLE_MUSIC_TEAM_ID=your_team_id\nAPPLE_MUSIC_KEY_ID=your_key_id\nAPPLE_MUSIC_PRIVATE_KEY=your_private_key_contents\n```\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakyjr%2Fplaylist-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpakyjr%2Fplaylist-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakyjr%2Fplaylist-converter/lists"}