Idea

I want to create a website that leverage’s Spotify’s API to show your Spotify listening statistics from the last 6 months, similar to Spotify’s “Wrapped” feature. It will show top tracks, artists, and genres on a website display that uses Spotify’s OAuth2 authentication feature. The project will be built using SvelteKit and Spotify’s JavaScript web API client.

Technical Requirements

  • Node.js
  • Hosting platform (Vercel)
  • Client-side JavaScript

Design

design

Code structure

design

I’ve bootstrapped the application already using SvelteKit and pnpm create. This is a work in progress! Hello, World!

Things I need to learn

  • How to use the Spotify API client
  • Svelte syntax