Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/editdata/app.editdata.org
A tool for editing CSV & JSON files from your computer & from GitHub.
https://github.com/editdata/app.editdata.org
Last synced: 5 days ago
JSON representation
A tool for editing CSV & JSON files from your computer & from GitHub.
- Host: GitHub
- URL: https://github.com/editdata/app.editdata.org
- Owner: editdata
- License: mit
- Created: 2015-08-05T00:26:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T00:58:55.000Z (over 7 years ago)
- Last Synced: 2024-04-28T16:20:13.800Z (6 months ago)
- Language: JavaScript
- Homepage: http://app.editdata.org
- Size: 265 KB
- Stars: 48
- Watchers: 8
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - editdata/app.editdata.org - A tool for editing CSV & JSON files from your computer & from GitHub. (others)
README
# app.editdata.org
[![editdata](http://editdata.org/assets/editdata-1080x720.png)](http://editdata.org)
## Getting Started
* Register a new developer application on Github ([link][new dev application])
* Homepage URL: `http://localhost:9966`
* Authorization Callback URL: `http://localhost:9966`
* Clone the [gatekeeper] repository
* add your Github application's client id and secret to gatekeeper's `config.json`
* start gatekeeper by running `npm start` inside the gatekeeper directory.
* Clone this repository
* copy `example.config.js` to `config.js`: `cp example.config.js config.js`
* add your Github client_id to the `development` config in `config.js`
* run `npm install && npm run bundle` to get set up
* run `npm start` for the server
* visit[new dev application]: https://github.com/settings/applications/new
[gatekeeper]: https://github.com/prose/gatekeeper## About
EditData is a set of tools for collaborating on data.
EditData was previously named Flatsheet. We renamed the project to take focus away from the idea of spreadsheets, to expand the scope to editing data in a variety of ways.
## Contributing
[Read more about how to contribute to editdata.org.](CONTRIBUTING.md)
## License
[MIT](LICENSE.md)