Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 389 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 389 Bytes

MyYoutube

A simple youtube client using the youtube api.

Run it

export YOUTUBE_API_KEY=<your api key>
export YOUTUBE_CHANNEL_ID=<the channel id>

Run:

bun start

Development

Install Node:

asdf install nodejs 20.10.0

Install Bun:

npm i -g bun

Install dependencies:

bun install

Run:

bun run start