Apple Musickit Example Save

Very simple example of working with Apple MusicKit JS

Project README

Apple MusicKit Example

A very simple example of working with the Apple MusicKit Javascript API. Intended for Development only

Development

  • git clone https://github.com/KoleMyers/apple-musickit-example.git the repository
  • cd 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
    Alt Text
Open Source Agenda is not affiliated with "Apple Musickit Example" Project. README Source: KoleMyers/apple-musickit-example
Stars
51
Open Issues
1
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating