From 6d55f3c83ef627910004019bfe05d49a21dca806 Mon Sep 17 00:00:00 2001 From: Nicholas Kalar Date: Thu, 19 Jun 2025 19:41:10 -0400 Subject: [PATCH] Formatting changes --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fd7e97e..9892cf1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # LMS-DB-ETL An Extract, Transform, Load app to gather book information from public APIs for a POC LMS project -Environmental Variables: -`GOOGLE_API_KEY` - API Key required for using the Google Books API. -`DB_NAME` - The name of the SQL database being used -`DB_USER` - The authorized user for the database -`DB_PASSWORD` - The Password to access the database -`LOG_FILE` - The file location for logs to be saved to -`LOGGING_LEVEL` - The logging level desired for operation. `logging.INFO` is standard, - but `logging.DEBUG` can be used for more insight and `logging.ERROR` if only issues are needed. +Environmental Variables: +`GOOGLE_API_KEY` - API Key required for using the Google Books API. +`DB_NAME` - The name of the SQL database being used. +`DB_USER` - The authorized user for the database. +`DB_PASSWORD` - The Password to access the database. +`LOG_FILE` - The file location for logs to be saved to. +`LOGGING_LEVEL` - The logging level desired for operation. `logging.INFO` is standard, + but `logging.DEBUG` can be used for more insight and `logging.ERROR` if only issues are needed. ## extract.py The extract.py file contains functions to pull data related to books from different APIs.