0.1.2 • Published 6 years ago

spotslim v0.1.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

SpotSlim

SpotSlim is an open source Spotify client written with web technologies.

It uses the Spotify Web API and the Web Playback SDK.

Setup

You need to use Yarn to install the dependencies:

yarn

Requirements

  • The app must be served over HTTPS for Encrypted Media Extensions to work correctly.
  • You need a Spotify Premium account.
  • If you host the app yourself, you need to generate an app ID on the Spotify Dashboard and set it in js/api.js.

Proprietary libs

Unfortunately, we have to use the spotify-player.js library which is not open source. All the code in this repository is free though.