Statify
Display user top artist and playlist with data from Spotify API.
Demo here
note: this website in development mode from spotify, which mean need invitation via email to login and work properly
Preview
Setup Your Own
Setup Spotify for Developer
- Login into Spotify for Developer
- Create an App
- In App click Edit Settings
- In Redirect URI add
your.url/callback, example:http://127.0.0.1:8000/callback
Setup Website
- Git clone this repo
- run
npm install - copy
.env.exampleto.env - In
.envsetVITE_CLIENT_ID,VITE_REDIRECT_URI&VITE_CLIENT_SECRETwith client_id, client_secret & redirect URI from Spotify for Developer - run
npm run devornpm run build - that’s it
Tech
- Frontend: Vue3
- CSS Styling: Tailwindcss
