Generate water quality predictions for Chicago beaches, and upload to https://data.cityofchicago.org/Parks-Recreation/Beach-E-coli-Predictions/xvsz-3xcj
The instructions ask users to place credentials such as email.txt, password.txt, and token.txt in the credentials/ folder. However that folder isn't placed in the repo because, presumably, it is empty because the aforementioned text files are in .gitignore. This may a bit confusing for users.
Git does not display empty folders, but there is an emerging practice to place a .gitkeep file as a placeholder file so the folder will display.
The instructions ask users to place credentials such as
email.txt
,password.txt
, andtoken.txt
in thecredentials/
folder. However that folder isn't placed in the repo because, presumably, it is empty because the aforementioned text files are in.gitignore
. This may a bit confusing for users.Git does not display empty folders, but there is an emerging practice to place a
.gitkeep
file as a placeholder file so the folder will display.