https://github.com/ruurdbijlsma/electro-vuemusic
Desktop music streaming application that uses the Spotify API to get your library of songs.
https://github.com/ruurdbijlsma/electro-vuemusic
electron music spotify streaming vue
Last synced: about 1 month ago
JSON representation
Desktop music streaming application that uses the Spotify API to get your library of songs.
- Host: GitHub
- URL: https://github.com/ruurdbijlsma/electro-vuemusic
- Owner: RuurdBijlsma
- Created: 2020-01-09T00:22:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:55:59.000Z (over 3 years ago)
- Last Synced: 2025-10-14T01:48:54.899Z (9 months ago)
- Topics: electron, music, spotify, streaming, vue
- Language: Vue
- Homepage:
- Size: 4.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron Vue Music
Newer version available at https://github.com/RuurdBijlsma/VueMusic
## Screenshots
### Home page with handy links

### Browse genres and categories

### Library with your liked playlists, artists, albums and tracks

### View and play any playlist

### Search for anything on Spotify

### Generate playlist based on a number of factors

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run electron:serve
```
### Compiles and minifies for production
```
npm run electron:build
```