The Spotify Developer platform now requires all developers to have Premium accounts, which I don't have since I've stopped using the service
Due to this, and my gradual loss of interest in Spotify-related topics, I will no longer be maintaining this project and the live deployment will no longer be usable
If you found this project useful and have a Spotify Premium account, feel free to create a fork and host your own version
Web-based user interface for a music statistics platform.
- Node.js
- pnpm or another JS package manager
- a SparkStats API instance (get one from GitHub or GitLab)
Create a .env file with the url of you API
BACKEND_URL=http://localhost:8080
PORT=4200- as a local Angular app (must have Node.js and pnpm installed)
./start- same as above but with hot-reloading enabled
./start -w # or ./start --watch