https://github.com/webdad/churchcontentmanager
Small Tool to create and Manage Content for many outlets
https://github.com/webdad/churchcontentmanager
Last synced: 10 months ago
JSON representation
Small Tool to create and Manage Content for many outlets
- Host: GitHub
- URL: https://github.com/webdad/churchcontentmanager
- Owner: WebDaD
- Created: 2018-03-02T12:22:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T13:08:39.000Z (over 7 years ago)
- Last Synced: 2025-01-18T16:39:51.811Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Church Content Manager [](https://standardjs.com)
> Will Take Input and produce Output!
## Dev
```
$ npm install
```
### Run
```
$ npm start
```
### Build
```
$ npm run build
```
Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).
## License
The Unlicense © [<%= name %>](<%= website %>)
---
# TODOS
* Add Libs to Create Content
* Better Readme
* Settings, etc
* Online Sync-Server (Token, Save all info, but no real assets) (php + mysql (one table, 4 fields: churchname + token + JSON + passwd (if set = private)))
* GET sync.php?token=XXX <-- return JSON
* POST sync.php?token=XXX (body:JSON) <-- Save JSON for Token (update or insert)
* GET info.php <-- list of churches + token
* https://stackoverflow.com/questions/36773711/passing-data-to-windows-in-electron
* https://github.com/maximegris/angular-electron