3elDU / spdl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Vue 54.0%Language:TypeScript 36.4%Language:JavaScript 6.7%Language:CSS 1.4%Language:Nix 0.9%Language:HTML 0.7%