Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 641 Bytes

Rankify

Rankify is a didatic React application which shows your top artists on Spotify. Check the live demo here

demo

Installing

Easier way: Docker

Just run the following command:

docker run -p 8888:8888 ziggoto/rankify:latest

Self-hosted way

  1. Clone this project
  2. Create your Spotify application at here
  3. Make a .envfile like this
SCOPE=user-top-read
CLIENT_ID=*your client id*
CLIENT_SECRET=*your client secret*
REDIRECT_URI=*your redirect url*
  1. Run the app: npm start

That's it :)