Skip to content

Jack Server : API to collaborate on spotify queue list

Notifications You must be signed in to change notification settings

pboulch/jack-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack

Jack is Spotify queue collaborate project. The goal is to allow a user to give access, in a secure way to his Spotify queue.

Installation

Prerequisites

  • Docker and Docker-compose

Quickstart

  • Create a .env.dev file with :
DEBUG=1
SECRET_KEY=foo
DJANGO_ALLOWED_HOSTS=localhost 127.0.0.1 [::1]
SQL_ENGINE=django.db.backends.postgresql
SQL_DATABASE=hello_django_dev
SQL_USER=hello_django
SQL_PASSWORD=hello_django
SQL_HOST=db
SQL_PORT=5432
  • Run container :
docker-compose up -d 

How it works

Get Spotify Access Token :

  • Download Spotify test projet
  • Install dependencies npm i
  • In authorization_code subfolder, run project : node app.js
  • Open browser on http://localhost:8888 and connect with your Spotify Account
  • Find your Access Token

About

Jack Server : API to collaborate on spotify queue list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published