All Projects → KoleMyers → apple-musickit-example

KoleMyers / apple-musickit-example

Licence: other
Very simple example of working with Apple MusicKit JS

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to apple-musickit-example

reactjs-apple-musickit
Sample ReactJS Apple MusicKit Integration
Stars: ✭ 19 (-47.22%)
Mutual labels:  apple-music, apple-musickit
Musish
Apple Music...ish
Stars: ✭ 2,775 (+7608.33%)
Mutual labels:  apple-music, musickitjs
Cider
A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind. 🚀
Stars: ✭ 3,146 (+8638.89%)
Mutual labels:  apple-music
SwimplyPlayIndicator
Animated PlayIndicator written in SwiftUI. Inspired by Apple's Music Player.
Stars: ✭ 52 (+44.44%)
Mutual labels:  apple-music
Apple-Music-Discord-Rich-Presence
Integrate Apple Music with Discord and flex your taste with the world.
Stars: ✭ 25 (-30.56%)
Mutual labels:  apple-music
Jukebox
A macOS app to view the currently playing song in the menu bar
Stars: ✭ 93 (+158.33%)
Mutual labels:  apple-music
LitoMusic
A lightweight Apple Music client for Windows and macOS, built with MusicKit JS, Edge WebView2 / WKWebView and React.
Stars: ✭ 100 (+177.78%)
Mutual labels:  apple-music
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-33.33%)
Mutual labels:  apple-music
iLyrics
A third-party iTunes addon to show the lyrics on the desktop.
Stars: ✭ 78 (+116.67%)
Mutual labels:  apple-music
QTFiles
use qaac without installing iTunes
Stars: ✭ 76 (+111.11%)
Mutual labels:  apple-music
go-apple-music
A Go client library for accessing the Apple Music API.
Stars: ✭ 83 (+130.56%)
Mutual labels:  apple-music
Decktransition
A library to recreate the iOS Apple Music now playing transition
Stars: ✭ 2,207 (+6030.56%)
Mutual labels:  apple-music
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+5650%)
Mutual labels:  apple-music
Lyricsx
🎶 Ultimate lyrics app for macOS.
Stars: ✭ 3,251 (+8930.56%)
Mutual labels:  apple-music

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].