Improved README

This commit is contained in:
Jonathan Rosenbaum 2025-03-30 15:52:02 -04:00
parent e755bf070a
commit f5f6fd8ef0

View File

@ -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