GrandyB / SheetsIO

Small configurable Java app that pulls data from a Google Spreadsheet (using v4 api) and writes to files and a local webserver.
GNU Lesser General Public License v3.0
20 stars 3 forks source link

Split apiKey out from config #16

Closed GrandyB closed 4 years ago

GrandyB commented 4 years ago

Configs aren't truly shareable until the apiKey is removed from config and into some other file.

On first load of the file, it should check for a apiKey.json in its current directory. If it finds one, check it has a value, if it doesn't have a value, display an error. If it doesn't find one, write out an apiKey.json in the current directory with an empty "" ready for the user to fill out.

GrandyB commented 4 years ago

Released in v0.5