Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overleaf/track-changes
An API for saving and compressing individual document updates into a browsable history
https://github.com/overleaf/track-changes
Last synced: 24 days ago
JSON representation
An API for saving and compressing individual document updates into a browsable history
- Host: GitHub
- URL: https://github.com/overleaf/track-changes
- Owner: overleaf
- License: agpl-3.0
- Archived: true
- Created: 2014-02-26T16:18:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T16:34:32.000Z (about 3 years ago)
- Last Synced: 2024-08-09T14:06:20.395Z (5 months ago)
- Language: JavaScript
- Size: 2.49 MB
- Stars: 17
- Watchers: 29
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ This repository has been migrated into [`overleaf/overleaf`](https://github.com/overleaf/overleaf). See the [monorepo announcement](https://github.com/overleaf/overleaf/issues/923) for more info. ⚠️
---
overleaf/track-changes
========================An API for converting raw editor updates into a compressed and browseable history.
Acceptance tests can be run with the command
```
AWS_BUCKET= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= make test
```
where `bucket-name`, `aws-access-key` and `aws-secret-access-key` are the credentials for an AWS S3 bucket.License
-------The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the `LICENSE` file.
Copyright (c) Overleaf, 2014-2019.