A music player desktop application built with Electron and React, using Spotify Web API.
- Project initialization
- Authentication for Spotify Web API
- Search page UI and functionality
- Support login via OAuth 2.0
- Music playback
- Detail pages for tracks, artists, albums and playlists
Notice: this repository doesn't contain API key, please prepare your own key at Spotify Web API and copy it into credentials.json
.
$ yarn
$ yarn dev
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux