Sample ReactJS Apple MusicKit Integration.
MusicKit lets users play Apple Music and their local music library natively from your apps and now websites. MusicKit - Apple Developer.
The following steps are to start the application:
git clone https://github.com/mohitbhansali/reactjs-apple-musickit.git
cd reactjs-apple-musickit
npm install
// Change developer token in MusicProvider and save the file
vim src/core/MusicProvider.js
npm start