A tiny app that redirects you to a random Tiny Desk Concert by NPR.
- Go to the Google Cloud Console
- Create a new project or select an existing one
- Enable the YouTube Data API v3
- Create credentials (API Key)
- Copy your API key
# Copy the example environment file
cp .env.example .env
# Edit .env and add your YouTube API key
YOUTUBE_API_KEY=your_actual_api_key_here
pnpm install
pnpm start
Visit http://localhost:3000
and get redirected to a random Tiny Desk concert!