Skip to content

bnjmnt4n/jamerator

Repository files navigation

jamerator

A random album/playlist selector for Spotify. View the deployed version.

Usage

  1. Create a Spotify app and obtain a Spotify Client ID.

  2. Add the following redirect URI. If you're going to deploy the app, do add URIs for your app’s domain as well.

    http://127.0.0.1:5173/callback
    
  3. Install dependencies:

    npm i
  4. Add the Spotify client ID to .env.local:

    VITE_SPOTIFY_CLIENT_ID="<CLIENT_ID>"
    
  5. Start up a dev server using:

    npm start
  6. For deployments, build a static version using:

    npm build

About

A random album/playlist selector for Spotify.

Resources

License

Stars

Watchers

Forks