LyonHacks III Submission — Spicing up your life with music around the world! This software accesses your Spotify account and recommends songs from countries around the world.
To run this program you will need:
- A Node.js LTS environment or later.
- A Spotify Developer Account
Create an app in your Spotify Developer Dashboard, set the redirect URI to http://localhost:5173/callback
and http://localhost:5173/callback/
and copy your Client ID. Replace the value for clientId in /src/script.ts
with your own Client ID.
Clone the repository, and run:
npm install
npm run dev