https://github.com/diberry/github-doc-server
https://github.com/diberry/github-doc-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diberry/github-doc-server
- Owner: diberry
- Created: 2020-04-04T13:40:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T12:23:44.000Z (about 4 years ago)
- Last Synced: 2025-06-13T15:09:15.014Z (12 months ago)
- Language: JavaScript
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: change.log
Awesome Lists containing this project
README
# GitHub oauth app
## Roadmap
* React front-end
* Sessions in database
## Features
* GitHub oauth
* GitHub login
* Create text file via commit in public or private repo
### Commit form
* static html
* trim text fields
* TBD:
* error handling
### Logging
* Azure Application Insights
### Debug in VSCode
* C:\Program Files\nodejs\node.exe --inspect-brk=33705 src\server.js
* Debugger listening on ws://127.0.0.1:33705/445e2177-dbce-4836-a704-23a7e7bf8233
* For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.