This project can create spotify api music card
you can show Playing or Recently played music on Github or Webpage
- clone or download this project
- open cmd cd this project (need install nodejs & npm)
- install module
npm i - 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
- start server
npm start