A prototype GUI for editing GitHub-hosted Data
- Only searches for and edits
.csvfiles right now - Terrible error messages
- Full flow drops you at a JSON API response right now, which isn't very helpful
You'll need your own GitHub third-party application keys, which you'll put in .env:
GITHUB_CLIENT_ID=<Get this from GitHub>
GITHUB_CLIENT_SECRET=Get this also from GitHub>
SESSION_SECRET="a nice random-y string"