Skip to content

hidimpu/logimusic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogiMusic Server

This is the code for LogiMusic Server deployed on Heroku. Website perso.crans.org

Steps to configure

To configure the LogiMusic Server you require 3 major parameters' from the spotify developer account. You require following parameters -

  • CLIENT_ID
  • CLIENT_SECRET
  • REDIRECT_URI

Visit the below url to configure your server. https://developer.spotify.com/documentation/web-api/

  • Create a .env file and paste these values.

    CLIENT_ID= 
    CLIENT_SECRET=
    REDIRECT_URI=
    

    Refer to this link to know how to get them.

Instructions to run on local server

  • Paste the following commands into preferred terminal.
git clone https://github.com/hidimpu/logimusic-server.git
cd logimusic-server 
npm i 
node server.js

Credits -