Ambix is a web app for mixing ambient soundscapes on top of Spotify playback.
This back-end server handles the OAuth 2.0 authentication flow required to integrate the Spotify Web Playback SDK into the front-end of Ambix. This allows users to sign in to Spotify and use the Ambix app as a playback device that they can select from their Spotify client (desktop or mobile app).
cors
: A package for enabling cross origin resource sharingdotenv
: A module for populating environment variablesexpress
: A framework for creating web applicationssuperagent
: A library for making HTTP requests