Desktop UI for spotify (work in progress). (Current website can be found Here)
- you must install node
12.8.0(the one with hooks, also specified in.nvmrc) - install the packages (
yarn installornpm install) you must create a project on the spotify dev portal to get id and secret for using the Spotify API - place these strings under the names
SPOTIFY_CLIENT_SECRETandSPOTIFY_CLIENT_IDin your~/.bash_profileor passing them as env vars to the programs (i don't know why you would but you can)
- just run
node server.jsin the appropriate directory, and you're set - please note that this only works currently on a local machine, as I haven't added an additional redirect url to authorize
localhost:8080