busybox11 / electron-spotify

Desktop app / integration for Spotify Web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-spotify

Desktop app / integration for Spotify web client implemented with Electron.

Install

Electron

On buntu these packages suffice:

sudo apt-get install npm nodejs nodejs-legacy

You probably need to do more than this... but here goes:

echo "prefix = ${HOME}/.local" > $HOME/.npmrc
npm install -g electron-prebuilt

Add: "$HOME/.local/bin" to your $PATH.

electron-spotify

Grab the source and run:

git clone https://github.com/safl/electron-spotify
electron electron-spotify/app --ppapi-flash-path=${PPAPI_FLASH_PATH} --ppapi-flash-version=${PPAPI_FLASH_VERSION}

Replace ${PPAPI_FLASH_PATH} and ${PPAPI_FLASH_VERSION} with the path and version of your Pepperflash plugin. Open chrome://plugins with Chrome, click + Details, then you can see the path and version of the currently installed PepperFlash.

Third Party

Icons made by Freepik from Flaticon licensed by Creative Commons BY 3.0

Related work

If this is of interest to you, then these might also peak your interest.

About

Desktop app / integration for Spotify Web client

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 97.4%Language:Makefile 2.6%