/spdl

Primary LanguageVueGNU General Public License v3.0GPL-3.0

SPDL

To be able to interact with spotify API, you need to create an app in Spotify dashboard (you don't need a premium account for this). You can call the app anything you want.
Then go to app's settings, and do two things:

  1. Copy Client ID into spdl's settings
  2. Add this to Redirect URIs

Install dependencies

npm install

Run a development instance

quasar dev -m electron

Build

quasar build -m electron