Simple Electron app for Qobuz : http://www.qobuz.com/fr-fr/discover
There is no official linux qobuz desktop player, so I made it
# Clone this repository
git clone https://github.com/nlarche/qobuz-desktop-player.git
# Go into the repository
cd qobuz-desktop-player
# Install dependencies
npm install
# Run the app
npm start
## CI
- travis.yml for linux and mac build
- appveyor.yml for windows build
you can find package in the release section