Create Spotify now playing card on your github profile
Running on Vercel serverless function, store data in Firebase (store only access_token, refresh_token, token_expired_timestamp)
- Click
Connect with Spotify
button below to grant permission
- Vercel command line
- Create .env file
SPOTIFY_CLIENT_ID='___'
SPOTIFY_SECRET_ID='____'
BASE_URL='http://localhost:3000/api'
FIREBASE='__BASE64_FIREBASE_JSON_FILE__'
- Run vercel dev
vercel dev
Inspired by https://github.com/natemoo-re