Skip to content

Generate Spotify playlists with the songs setlist from a concert.

Notifications You must be signed in to change notification settings

juanpichvrdo/Setlify

Repository files navigation

Setlify

Convert concert setlists to Spotify playlists. Powered by Spotify API and Setlist.fm API.

Prerequisites

  • 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.

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Env variables

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

Customize configuration

See Configuration Reference.

License

MIT

Author

Juan Daniel

website: juanpichvrdo.com

About

Generate Spotify playlists with the songs setlist from a concert.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published