Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Add To Calendar Button | 1,149 | 3 days ago | 4 | other | JavaScript | |||||
The convenient JavaScript snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars. | ||||||||||
Apple Music Webplayer | 557 | a year ago | 62 | mit | Vue | |||||
Web player for Apple Music (using MusicKit JS) | ||||||||||
Vusic | 359 | 2 years ago | 9 | Vue | ||||||
Vusic - Apple Music Web Player made with VueJS | ||||||||||
Ponitor | 239 | 6 years ago | 1 | mit | JavaScript | |||||
:dollar: [ P ] rice + M [ onitor ] = Ponitor 价格监测应用(老版本 vue.js,源码不推荐学习) | ||||||||||
Webdrop | 228 | 4 months ago | 29 | agpl-3.0 | Vue | |||||
Easiest group P2P File & Message transfer in browser with WebRTC 🔥. Cross-platform alternative to Apple's AirDrop, Xender, ShareIT with the same speed over LAN. No installation, just a website :) | ||||||||||
Maeve | 218 | 3 years ago | 20 | agpl-3.0 | Vue | |||||
Maeve, a PWA Apple Music web player with Last.fm support. Built with Vue & Typescript | ||||||||||
Apple Signin Auth | 104 | 9 | 5 months ago | 34 | January 03, 2023 | 4 | mit | JavaScript | ||
Apple signin for nodeJS. | ||||||||||
One Vue | 89 | 6 years ago | 1 | mit | Vue | |||||
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App! 学习Vue的同学可以看下,感谢 Star 和 Fork!! | ||||||||||
React Apple Signin Auth | 81 | 5 months ago | 1 | mit | JavaScript | |||||
Apple signin for React using the official Apple JS SDK | ||||||||||
Geek_blog | 67 | 4 months ago | 6 | Vue | ||||||
基于Vue+Nuxt.js服务器渲染(SSR)搭建的个人博客系统 |
This is a web player for Apple Music using MusicKit JS.
Apple and Apple Music are trademarks of Apple Inc., registered in the U.S. and other countries.
* denotes features only available when signed into Apple Music.
This web player is written using Vue.js.
git clone https://github.com/zachomedia/apple-music-webplayer.git
cd apple-music-webplayer
# Install dependencies
npm install
# Add the private settings
cp src/private.js.sample src/private.js
# Add your Developer Token to src/private.js
# To generate one, see below.
# To run a local development instance
npm run serve
# To build the app (to dist folder)
npm run build
Apple's official documentation provides a base, and then you can visit Creating an Apple Music API Token for a great guide on how to generate the token.