From f5f6fd8ef0b92527e8a7c7c7840416dd4f8da02c Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sun, 30 Mar 2025 15:52:02 -0400 Subject: [PATCH] Improved README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a9487c..2a9fd77 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,17 @@ Custom developed software for the League of Women Voters of West Virginia The csv file should have all fields `quoted` to avoid issues where a field may have an additional comma. If file is not shipped this way, this can easily be corrected through the editor. However, the regexp fails if the first column is empty `/^,/`. Until we can find a better regexp to handle this sitution, the current solution is to replace all `/^,/` with `"",` which can be done with an editor like Visual Studio Code in addition to using something like calc. -## LLAW Google Civic Information API Query version 1 +## REQUIRED FILE -Copyright (C) 2023 - by Jonathan Rosenbaum +A file called env is required in the same directory as the program that has the Google API key - https://console.cloud.google.com/apis/credentials. + +example: + +`$key = "ALJDLFJD12343";` + +## LLAW Google Civic Information API Query version 2 + +Copyright (C) 2025 - by Jonathan Rosenbaum This may be freely redistributed under the terms of the GNU General Public License