Skip to content

cecrigope/calliope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CALLIOPE

Getting Started

Spotify API

Start Auth Sever

  • Go to the AUTH-SERVER directory
  • Run npm install .
  • Create a "env.js" file in side the auth-server directory
    • module.exports.client_id = "YOUR CLIENT ID GOES HERE";
    • module.exports.client_secret = "YOUR CLIENT SECRET GOES HERE";
    • module.exports.redirect_uri = "YOUR REDIRECT URI GOES HERE";
  • Run node app inside the auth-server directory

Start Client

  • Go to the CLIENT directory
  • Run npm install .
  • Run npm start

Run application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors