A web application to explore the rhythm of public Spotify playlists effortlessly. Powered by Fastify on the backend and crafted with HTML, CSS, and JS on the front, dive into insightful statistics and trends within your favorite music collections. This is how it looks.
Index Page | Stats Page |
---|---|
To use the applicattin you need to install the required packages and create an application on Spotify Developers. Use the package manager npm to install requirements.
npm install
The command to use Node will be node on the most common operating systems.
To run the server.
node index.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.