Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falcon78/Vusic
Vusic - Apple Music Web Player made with VueJS
https://github.com/falcon78/Vusic
apple-music js musickitjs vue vuejs vuex
Last synced: 3 months ago
JSON representation
Vusic - Apple Music Web Player made with VueJS
- Host: GitHub
- URL: https://github.com/falcon78/Vusic
- Owner: falcon78
- Archived: true
- Created: 2019-11-30T15:25:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T20:00:35.000Z (over 2 years ago)
- Last Synced: 2024-04-23T11:15:44.213Z (7 months ago)
- Topics: apple-music, js, musickitjs, vue, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 18.3 MB
- Stars: 378
- Watchers: 9
- Forks: 46
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](./example/image.png)
# Vusic - Apple Music Web Player
### Made with Vue, Vuex , Vue Router, (Styled with SASS). Powered by Genius, Youtube and Apple MusicKitJS SDK
# Discussions
[Hackernews (Show HN)](https://news.ycombinator.com/item?id=21928211)[Reddit (/r/Vue)](https://www.reddit.com/r/vuejs/comments/ei6ikk/i_made_a_apple_music_web_player_in_vuejs/)
# Features
## Library
* View all songs, albums, playlists in your library.
* Add songs to your Library.
* Search you library.## Apple Music
* Browse currently popular songs.
* Search Apple Music catalog.
* Show recommendations by Apple (For You)
* Browse Recently played , added and most frequently played items (heavy rotation)
* like or dislike (rate) a song## Other features
* Show music video for currently playing song (youtube)
* Show lyrics for currently playing song# Screenshots
### Album View
![](./example/1.png)### Library Artists
![](./example/8.png)### Playlist View
![](./example/4.png)### Music Video and Lyrics
![](./example/2.png)### Library Playlists
![](./example/3.png)### Options Menu
![](./example/5.png)### Queue Items
![](./example/6.png)# How to Build
Rename `apiKeys.example.js` to `apiKeys.js` and add all the necessary api keys
### Api keys example
```js
const keys = {
appleMusic: {
developerToken: 'Apple MusicKitJS API Key Goes Here',
name: 'Vusic',
build: 'ver1',
version: 'ver1',
},
geniusAccessToken: 'Genius Access Token Goes Here',
youtubeApiKey: 'Youtube Api Key Goes Here',
};
```## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# Other Projects like this (inspiration for this project)## [Musish](https://github.com/Musish/Musish)
## [apple-music-webplayer by zachomedia](https://github.com/zachomedia/apple-music-webplayer)