Music App Electron Save Abandoned

Music-Streaming app built with Electron, Webpack, Vue.js, Vuex and the Spotify api.

Project README

music-app-electron [OUTDATED, use non electron version instead]

Music-Streaming app built with Electron, Webpack, Vue.js, Vuex and the Spotify api.

Showcase Showcase

How to setup dev environment

# clone this repository
git clone https://github.com/microeinhundert/music-app-electron

# go into project folder
cd music-app-electron

# install dependencies
npm i

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Setup Spotify API

While in development you have to set your access token manually.

Go to https://developer.spotify.com/web-api/console/post-next/ and click on "GET OAUTH TOKEN". Next grant the app all permissions, it needs them for getting your playlists and control your playback. After you got your access token go to "music-app-electron/src/renderer/api/index.js" and insert it on line 8. That's it, now you can start the app by typing "npm run dev" in your console.

Remember to repeat the above steps every 60 minutes to prevent your access token from expiring. For now these steps are necessary until an automatic auth process will be implemented in the future.

Open Source Agenda is not affiliated with "Music App Electron" Project. README Source: microeinhundert/music-app-electron
Stars
72
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating