1.0.3 • Published 5 years ago

apple-musickit-example v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

Additional Resources & helpful links