luke-h1 / lho-lambda

spotify now-playing lambda for lhowsam.com
0 stars 0 forks source link
hacktoberfest-accepted

lho-lambda

Lambda for lhowsam.com. Handles Spotify API requests

Tech stack

setup

Install correct version of node and pnpm

nvm install && nvm use
PNPM_VERSION=$(node -e "console.log(require('./package.json').engines.pnpm)")
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=$PNPM_VERSION sh -