Skip to content

A simple project to show statistic about your Spotify account

Notifications You must be signed in to change notification settings

Ziggoto/rankify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

A simple project to show statistic about your Spotify account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published