Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 771 Bytes

Spodissey

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.

Pre-requisites

To run this program you will need:

Usage

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