The backend of Playify.
The public Playify backend is only intended for use with Playify itself. Please, do NOT use it for your own apps. Instead, host an instance yourself.
Set your credentials obtained from Spotify to the environment variables CLIENTID and CLIENTSECRET. Then, run:
$ yarn install
$ yarn start
The REST API is very simple. Send a GET request to one of the following endpoints...
albumartisttrackplaylist
...with the query parameter id (a Spotify ID) to get a response.