A very simple example of working with the Apple MusicKit Javascript API. Intended for Development only
git clone https://github.com/KoleMyers/apple-musickit-example.git
the repositorycd apple-musickit-example
npm install
- put your private key in a
apple_private_key.p8
file in the root directory - add your team & key id's in
server.js
const team_id = 'ABCDEFGHIJ'; // your team id
const key_id = 'KLMNOPQRST'; // your key id
- run
npm start
to start - visit your app at http://localhost:8080/
- Your configured MusicKit instance will be globally exposed in the
music
variable for you to use