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

krmax44/Playify-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playify-Backend

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.

Setup

Set your credentials obtained from Spotify to the environment variables CLIENTID and CLIENTSECRET. Then, run:

$ yarn install
$ yarn start

API Documentation

The REST API is very simple. Send a GET request to one of the following endpoints...

  • album
  • artist
  • track
  • playlist

...with the query parameter id (a Spotify ID) to get a response.