Music quiz application with Spotify integration built with Phoenix Framework.
Clone the repository
Install dependencies:
mix deps.get
Configure Spotify API:
Create a new app
Copy .env.example to .env and fill in your credentials:
cp .env.example .env
Edit .env with your Spotify app credentials
Add http://localhost:4000/auth/spotify/callback to your Spotify app's redirect URIs
Start the server:
mix phx.server
Now you can visit localhost:4000 from your browser.
Create a .env file with the following variables:
SPOTIFY_CLIENT_ID - Your Spotify app client IDSPOTIFY_SECRET_KEY - Your Spotify app client secretSPOTIFY_USER_ID - Your Spotify user ID (optional)This project is dual-licensed:
The commercial license allows you to:
For details on the commercial license, please contact me.