Thomas-Basham / spotify-cover-art-serverless-function

A serverless API used to retrieve an image src for any song on Spotify. Built with Python and Vercel.

Home Page:https://spotify-cover-art-serverless-function.vercel.app/api/spotify-data?spotifyurl=https://open.spotify.com/track/3gdewACMIVMEWVbyb8O9sY?si=54f5722a4c5f482e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Cover-art Serverless Function

Python application

Author: Thomas Basham

Description

This API is programmed so that you can Spotify data from any song. I'm using it to retrieve the cover art, however it's also useful to retrieve html for an iFrame with a Spotify media player for that song.

Deployed Functions

https://spotify-cover-art-serverless-function.vercel.app/api/spotify-data?spotifyurl= < Spotify Song Link here >

How to use

Copy This link to get Spotify Song Link helper screen shot

Then send a http GET request (or just enter into your browser)

https://spotify-cover-art-serverless-function.vercel.app/api/spotify-data?spotifyurl= < Spotify Song Link >

Resources

Vercel

Vercel Cli

About

A serverless API used to retrieve an image src for any song on Spotify. Built with Python and Vercel.

https://spotify-cover-art-serverless-function.vercel.app/api/spotify-data?spotifyurl=https://open.spotify.com/track/3gdewACMIVMEWVbyb8O9sY?si=54f5722a4c5f482e


Languages

Language:Python 100.0%