Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potch/whizzy
A prototype rich data editor for GitHub
https://github.com/potch/whizzy
csv csvconf data github
Last synced: about 1 month ago
JSON representation
A prototype rich data editor for GitHub
- Host: GitHub
- URL: https://github.com/potch/whizzy
- Owner: potch
- Created: 2017-05-03T21:51:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T19:42:00.000Z (over 6 years ago)
- Last Synced: 2024-10-23T07:58:52.239Z (3 months ago)
- Topics: csv, csvconf, data, github
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Whizzy Demo
A prototype GUI for editing GitHub-hosted Data
## Limitations
* Only searches for and edits `.csv` files right now
* Terrible error messages
* Full flow drops you at a JSON API response right now, which isn't very helpful## Remix Me!
You'll need your own GitHub third-party application keys, which you'll put in `.env`:
```
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=Get this also from GitHub>
SESSION_SECRET="a nice random-y string"
```