/logimusic-server

NodeJS based server of LogiMusic Project

Primary LanguageJavaScript

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 -