npm installTypescript builds are automatic and watch for file changes:
npm run buildor run this to build only once:
npm run buildOnceBuilding, Linting, Formatting, Testing:
npm test- Put your stuff in
.envand.serverless.env.ymlfile
npm run deploy- Go to spotify dev dashboard
- Set redirect uri to be this app's public url for the
/redirecthandler - Put
SPOTIFY_SECRET,SPOTIFY_CLIENT_IDandSPOTIFY_REDIRECT_URIin your.env
- Set redirect uri to be this app's public url for the
- Send users to
/loginto approve login - Send users to
/apito retrieve stuff from API