hidimpu / logimusic-server

NodeJS based server of LogiMusic Project

Home Page:https://logimusic-server.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -

About

NodeJS based server of LogiMusic Project

https://logimusic-server.herokuapp.com/


Languages

Language:JavaScript 96.8%Language:Shell 3.2%