--- import ProjectPage from "../../components/ProjectPage.astro"; import Demo from "../../components/Demo.astro"; export const metadata = { title: "Wiskatron", description: "Spotify listening activity with dynamic visuals", date: "February 2024", slug: "wiskatron", image: "/wiskatron-icon.svg", // url: "https://wiskatron.oliverbryan.com", github: "https://github.com/hex248/wiskatron", hidden: true, }; ---

Spotify listening activity web app with dynamic visuals, built with Next.js.

Key features

  • Live fetch from Spotify API
  • OAuth 2.0 authentication
  • Dynamic colour palette extraction
  • Smooth song transitions

Technologies

  • Next.js + TypeScript
  • Spotify API
  • OAuth 2.0 with fastify
  • Next.js Server-side rendering & API routes
  • Colour palette extraction with node-vibrant

Screenshots