0

I'm looking at creating a playlist creation tool for Apple Music.

Apple just release an api for iOS that allows this functionality. Does anyone know if it is possible to use this api from NodeJS or some other service side technology?

Music Api Doucmentation

Apple Music Api Announcements

rmaddy
  • 314,917
  • 42
  • 532
  • 579
TWilly
  • 4,863
  • 3
  • 43
  • 73

1 Answers1

1

No that's not possible with the current API. "An Apple Music API is now available that allows iOS Apps to directly control Apple Music playback for Members among other features." The API allows iOS to interact with the music app locally on the user's device. Not remotely from a server.

Dare
  • 2,497
  • 1
  • 12
  • 20