An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Electron Vue Music

Newer version available at https://github.com/RuurdBijlsma/VueMusic

## Screenshots

### Home page with handy links
![Home](/gh/home.png?raw=true "Home")
### Browse genres and categories
![Browse](/gh/browse.png?raw=true "Browse")
### Library with your liked playlists, artists, albums and tracks
![Library](/gh/library.png?raw=true "Library")
### View and play any playlist
![Playlist](/gh/playlist.png?raw=true "Playlist")
### Search for anything on Spotify
![Search](/gh/search.png?raw=true "Search")
### Generate playlist based on a number of factors
![Generate playlist](/gh/tune.png?raw=true "Generate playlist")

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run electron:serve
```

### Compiles and minifies for production
```
npm run electron:build
```