Convert concert setlists to Spotify playlists. Powered by Spotify API and Setlist.fm API.
- Node v18.1.0
- Setlistfm API key. Can be obtained here .
- Spotify Client ID. For this a Spotify App needs to be created and the local and production URLs need to be entered to the Redirect URIs field. Documentation here.
Note: To be able log in users with Spotify it may be required to manually add the users first through the Users Management panel on the Spotify Dashboard. This is because the Spotify API is in the development quota mode. In this mode up to 25 authenticated Spotify users can use an app and each Spotify user who installs the app will need to be added to the app allowlist before they can use it. More info here.
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
Create a file named .env.local
and copy the contents of .env.example
there.
The following enviroment variables are required:
VITE_SPOTIFY_CLIENT_ID
VITE_SETLIST_FM_API_KEY
VITE_LOCAL_HOST_URL
VITE_PRODUCTION_URL
MIT
Juan Daniel
website: juanpichvrdo.com