Know your Top Tracks and Artists.
The Application runs using Spotify API . It allows users to view thier top artists and tracks.
Try the live version tuno.netlify.app
-
Create an app in Spotify
-
Set the callback url to http://localhost:3000/callback
-
Copy the client ID.
-
Create a new file
.env.local
in the root directory. -
Set REACT_APP_CLIENT_ID="Your Client ID"
-
Set REACT_APP_REDIRECT_URI="http://localhost:3000/callback"
-
Set REACT_APP_SCOPE = "user-read-email user-top-read"
-
-
Run
-
npm install
-
npm start
-
Design Inspiration : Replayify by Pasi Lampinen