Chicago / clear-water-app

Generate water quality predictions for Chicago beaches, and upload to https://data.cityofchicago.org/Parks-Recreation/Beach-E-coli-Predictions/xvsz-3xcj
7 stars 4 forks source link

Missing `credentials` folder #3

Closed tomschenkjr closed 7 years ago

tomschenkjr commented 7 years ago

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.