aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-23 22:12:05 -0500
committerTim Keller <tjkeller.xyz>2025-05-23 22:12:05 -0500
commit285c3e573e1d01b952342aeaf91aa09303883ebf (patch)
tree11338a9e0924bb1e18303c5f07e651ef44b4d34d /README.md
parent865911f8ffdac7d1d9773570216c0bd35fc601d9 (diff)
downloadmintube-285c3e573e1d01b952342aeaf91aa09303883ebf.tar.xz
mintube-285c3e573e1d01b952342aeaf91aa09303883ebf.zip
docker support and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.