Skip to content

sirLisko/GigPlayList

Repository files navigation

GigPlayList

Set you up for your next Gig.

Check a live example @ https://gigplaylist.sirlisko.com/the%20strokes


The Website is powered by Next.JS and hosted in Vercel.

Getting Started

The app needs Node 16, if you have NVM installed just run nvm use in your terminal.

Install the dependencies:

npm install

Create your .env file from .env.sample. You will need to grab some API keys (see below for more info).

Run the development server

npm run dev

Open http://localhost:3000 with your browser to see the result.

API keys

The following API keys are needed in order to have everything up and running:

export SETLISTFMAPIKEY={token}
export SKAPI={token}
export NEXT_PUBLIC_SPOTIFY_CLIENT_ID={clientId} // needs NEXT_PUBLIC as it needs to be accessed to the client
export SPOTIFY_SECRET={clientSecret}