Skip to content

feat(api): GET /api/spotify/track – fetch currently or recently played #16

@Rend1027

Description

@Rend1027
  • Create backend route:
    router.get("/spotify/track", authenticateJWT, async (req, res) => { ... });

Inside the controller:

{
"spotifyTrackId": "...",
"title": "...",
"artist": "...",
"albumArt": "...",
"preview_url": "..."
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions