Skip to content

EndRollModel/Music-card

Repository files navigation

Music card


This project can create spotify api music card

you can show Playing or Recently played music on Github or Webpage

Sample


Normal
this is sample


project used

Spotify api

Firebase Cloud Firestore

How to build

  1. clone or download this project
  2. open cmd cd this project (need install nodejs & npm)
  3. install module
npm i 
  1. create .env file & write params
projectID= // spotify project ID
redirect_uri= // spotify redirect_uri
firebase= // firebase admin.json info to base64 or admin.json path (Ex: key/admin.json) 
basicToken= // spotify (client_id:client_secret) to base64
  1. start server
npm start