All Templates / Starters
Interval Spotify Manager
Example Interval app for browsing your Spotify playlists.
interval-app
danphilibin/interval-spotify-app
Just deployed
MySQL
mysql:9
Just deployed
/var/lib/mysql
Example app built with Interval for managing your Spotify playlists.
Includes a few features not found in the official Spotify app:
Running this app requires:
After creating your Spotify app, add the client ID and client secret to the project variables along with your Interval API key.
You'll also need to add the authorization URLs to the Spotify developer dashboard in order for the OAuth flow to work. Interval actions have two modes: Dev mode and Live mode. You'll need to add both URLs to the Spotify developer dashboard:
// dev mode
https://interval.com/dashboard/YOUR_ORG_SLUG/develop/actions/spotify/authorize
// live mode
https://interval.com/dashboard/YOUR_ORG_SLUG/actions/spotify/authorize
To add these URLs in the Spotify developer dashboard:
If you get an Invalid Redirect URI
error, double check that the action URL in your browser matches the URL you added to Spotify.
Need help with this app? Come chat with us in the Interval discord: http://interval.com/discord
Or open an issue on the GitHub repo: https://github.com/danphilibin/interval-spotify-app
Template Content
interval-app
danphilibin/interval-spotify-appINTERVAL_KEY
Get your key with a free account at https://interval.com
SPOTIFY_CLIENT_ID
Register an app at https://developer.spotify.com. See README for instructions.
SPOTIFY_CLIENT_SECRET
Register an app at https://developer.spotify.com. See README for instructions.
MySQL
mysql:9Details
Dan Philibin
Created on May 21, 2023
11 total projects
5 active projects
TypeScript
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Prosper Otemuyiwa
11
TanStack + React Starter
A barebones TypeScript React starter with TanStack Router & Query setup
Kyle Gill
20
Scala Play
A simple Play framework app connected to a Postgres database.
Prosper Otemuyiwa