MusicKit on the Web

WWDC 2018

Posted by Den on September 18, 2018 · 6 mins read
MusicKit on the Web

MusicKit on the Web

WWDC 2018

MusicKit on the Web

WWDC 2018

ISRC Catalog Lookup

Added lookup by ISRC for songs and music videos

iCloud Music Libary APIs

  • Browse library content by type
  • Search for library content by type
  • Add to user’s music library
  • Create and add to playlists

MusicKit on the Web

  • Catalog REST API
  • iCloud Music Library REST API
  • MusicKit JS
  • Full song playback

Apple Music Web Player

MusicKit JS

  • Full song playback
  • Authorize the user
  • Queue of songs
  • Playback controls
  • Now playing metadata

Building a Simple Player for the Web

  • Include JS Library
  • Provide your developer token
  • Declarative HTML markup
  • Add content IDs or URLs

Demo 1

Demo 2

Advanced Usage

  • Fetch metadata from catalog by ID
  • Search for content in the catalog
  • iCloud Music Library browse and search
  • Set and control a queue of songs
  • React to playback events

Demo