Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

comfy-02

Latest
Compare
Choose a tag to compare
@SaicharanKandukuri SaicharanKandukuri released this 11 Dec 09:39
· 20 commits to main since this release
68314e7

New

Now badge can be set to redirect to the current playing song and to the user profile (when nothing playing) with path /api/now-playing-link

Example:
<a href="https://spotify-playing-now-readme-eight.vercel.app/api/now-playing-link" target="_blank">
  <img src="https://spotify-playing-now-readme-eight.vercel.app/api/now-playing" >
</a>

What's Changed

  • new API route /api/now-playing-link | /api/now-playing-redirect to redirect to current playing track link
  • new API route /api/user
  • feature to redirect to user profile /v1/me when nothing playing
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #2
  • Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #3
  • Bump preact from 10.5.12 to 10.11.3 by @dependabot in #8
  • Bump preact-render-to-string from 5.1.12 to 5.2.6 by @dependabot in #7
  • Bump vercel from 19.1.2 to 28.8.0 by @dependabot in #6
  • Bump @types/spotify-api from 0.0.7 to 0.0.19 by @dependabot in #5
  • Bump @vercel/node from 1.9.0 to 2.8.0 by @dependabot in #4
  • Fixes by @SaicharanKandukuri in #10
  • update readme by @SaicharanKandukuri in #11

New Contributors

Full Changelog: comfy-01...comfy-02