Rankify is a didatic React application which shows your top artists on Spotify. Check the live demo here
Just run the following command:
docker run -p 8888:8888 ziggoto/rankify:latest
- Clone this project
- Create your Spotify application at here
- Make a
.env
file like this
SCOPE=user-top-read
CLIENT_ID=*your client id*
CLIENT_SECRET=*your client secret*
REDIRECT_URI=*your redirect url*
- Run the app:
npm start