https://github.com/payload/ethersync
⚠️ DEPRECATED Ethersync syncs files with etherpads.
https://github.com/payload/ethersync
Last synced: 3 months ago
JSON representation
⚠️ DEPRECATED Ethersync syncs files with etherpads.
- Host: GitHub
- URL: https://github.com/payload/ethersync
- Owner: payload
- License: agpl-3.0
- Created: 2013-03-21T14:37:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T07:59:10.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T06:18:53.424Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 15
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.agpl3
Awesome Lists containing this project
README
# ethersync
NOT STABLE YET. Push any file to an etherpad and edit it collaborativly. Changes in the pad get refelected in the file instantly.
## Install
[install nodejs](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager)
$ npm install -g ethersync
## Usage
$ ethersync some-file
open https://pad.riseup.net/p/37h3r2ync
pushes file## License
This software is licensed under the [AGPL 3.0 license](LICENSE.agpl3) or above.
The files `src/AttributePool.js` and `src/Changeset.js` are copied out of [Etherpad](http://etherpad.org/) and where originally licensed under the [Apache License 2.0](LiCENSE.apache).