From 285c3e573e1d01b952342aeaf91aa09303883ebf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 23 May 2025 22:12:05 -0500 Subject: docker support and readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4775fb3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# MINTUBE +A Minimal YouTube client utilizing embeds and the official YouTube API. + +# API KEY +The API key is required for video details and comments. +Generate an API key and either `export` it into your environment using +`API_KEY=...` or, better yet, save it into a `.env` file. -- cgit v1.2.3