An open API service indexing awesome lists of open source software.

https://github.com/linb/github_json_editor

GitHub JSON Editor - Edit any Github repositoriy JSON file in browser
https://github.com/linb/github_json_editor

builder codeless crossui crossui-rad-project editor json no-code

Last synced: 10 months ago
JSON representation

GitHub JSON Editor - Edit any Github repositoriy JSON file in browser

Awesome Lists containing this project

README

          

## GitHub JSON Editor

[Online tool for editing JSON files in your GitHub Repositories](https://linb.github.io/GitHub_JSON_Editor).

You can use this online tool to log in your Github account, select repository, list JSON files, and edit any json file in the browser.


The entire program is done with codeless programming. The GitHub login function uses a cloud service module - [GitHubSimpleAPI](https://github.com/linb/CrossUI_Assets/tree/master/assets/modules/Services/xui_module_tpl_GitHubAPISimple), which works out of the box, enable your users log in to GitHub and operate their repositories directly. In [CrossUI Builder](https://crossui.com/RADGithub), you can add it to your own project from CrossUI templates library.


This project was created by codeless programming Builder: https://crossui.com/RADGithub

> The release url is: https://linb.github.io/GitHub_JSON_Editor/index.html

> The debug url is: https://linb.github.io/GitHub_JSON_Editor/debug.html

> Click [here](https://crossui.com/RADGithub/#!from=github&owner=linb&repo=GitHub_JSON_Editor) to edit this project in CrossUI Builder

![Snapshot](https://raw.githubusercontent.com/linb/GitHub_JSON_Editor/master/snapshot.png)

> Dependencies: [@octokit/rest.js](https://github.com/octokit/rest.js)

> Sibling Project: https://github.com/linb/GitHub_Code_Editor / https://linb.github.io/GitHub_Code_Editor


> Powered by [CrossUI](https://crossui.com)