A simple youtube client using the youtube api.
export YOUTUBE_API_KEY=<your api key>
export YOUTUBE_CHANNEL_ID=<the channel id>
Run:
bun start
Install Node:
asdf install nodejs 20.10.0
Install Bun:
npm i -g bun
Install dependencies:
bun install
Run:
bun run start