Made with Vue, Vuex , Vue Router, (Styled with SASS). Powered by Genius, Youtube and Apple MusicKitJS SDK
- View all songs, albums, playlists in your library.
- Add songs to your Library.
- Search you library.
- 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
- Show music video for currently playing song (youtube)
- Show lyrics for currently playing song
Rename apiKeys.example.js
to apiKeys.js
and add all the necessary api keys
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',
};
npm install
npm run serve
npm run build
npm run lint