Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 643 Bytes

OmniWave Music Player

style: very good analysis

Cross platform open-source music player

Setup

Add Spotify app params to the .env file(see spotify_sdk setup guide):

SPOTIFY_CLIENT_ID=your_spotify_client_id
SPOTIFY_REDIRECT_URL=your_spotify_redirect_url

web

Because of this issue before running the web version start the proxy server:

cd web_proxy
npm install
node serv.js