Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.6 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.6 KB

thesetmenu.co.uk

Use your Spotify history to discover your Glasto 23 Set Menu

How it works

  1. You provide thesetmenu.co.uk with OAuth access to your Spotify account. scopes requested: user-top-read user-follow-read
  2. The thesetmenu.co.uk fetches your top 100 artists, top 100 tracks (and their artists) & the artists you follow
  3. The list of Spotify artist ids is compared against a list of artists performing at Glastonbury
  4. The matched artist's performances are listed in chronological order

Try it out here

All the above steps are performed in your browser, your spotify history does not leave your browser

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.