From f3e3017360701dce2b486b3eb956434868c9ee9c Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 31 May 2025 21:16:09 -0400 Subject: [PATCH] Added README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1312bd2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This is a library used to retrieve environment variables associated with various +icarus projects. Rather than having the various icarus projects such as icarus, +icarus_auth, songparser, and others, have environment code, it would be more +efficient to consolidate it. Especially, if there are commonly used environment +variables used throughout the apps.