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: 10 months ago
JSON representation

A prototype rich data editor for GitHub

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"
```