View and observe your top artists and tracks from your Spotify profile.
-
Register a developer application with Spotify.
-
Initialize the client keys for the Spotify application, redirect and callback url here.
cp .env.example .env
-
Install dependencies
npm install
or
npm i
-
Run the server and watch its files
npm start