Fetch album covers image from Spotify API. Uses a NodeJS server.
The online version is available at cover.zhong.fr
Set the CLIENT_ID and the CLIENT_SERVER in private_config.js with your Spotify application settings.
Run npm installthen node server.js.
Your server should be running on localhost:8888.
Just type in the form an Spotify track URL e.g. https://open.spotify.com/track/7KT7VGnPU5QVXN3q1BOeqbor a spotify URI e.g. spotify:track:7KT7VGnPU5QVXN3q1BOeqb or simply the track ID e.g. 7KT7VGnPU5QVXN3q1BOeqb.