krmax44 / Playify-Backend

The backend of Playify.

Home Page:https://github.com/krmax44/Playify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The backend of Playify.

https://github.com/krmax44/Playify

License:MIT License


Languages

Language:JavaScript 100.0%