/ida-project

IDA Digital Design Project at HSLU

Primary LanguageJavaScriptMIT LicenseMIT

RECAP_MY_MUSIC

RECAP_MY_MUSIC visualizes your individual musical taste by using your Spotify data, making it visually accessible, comparable and shareable with others. It shouöd help you to answer the question what kind of musical preferences you have by showing you your most listened genres, songs and other stats.

Getting Started

For starting locally install first all the dependencies by typing in the console:

npm install --force
# or
yarn install

More info about how you can register an app for Spotify in order to send them API requests you can find here.

Redirect URIs for your app:

http://localhost:3000

http://localhost:3000/api/auth/callback/spotify

http://localhost:3000/callback

Then, to run the development server, type:

npm run dev
# or
yarn dev

Finally open localhost:3000 with your browser.

Online Version

Online version is available on Netlify.