I found people share their Spotify top tracks on X using Receiptify. It intrigued me to make one, so here comes Spoticeipt.
- Run
npm install - Add
.envfile to the root directory as follows
CLIENT_ID={your_client_id}
REDIRECT_URI={your_redirect_uri}- Fill
{your_client_id}and{your_redirect_uri}based on your own Spotify app - Run
npm start - Open
localhost:3000in your browser