Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neojski/visualizeRevTree
Visualize couchdb/pouchdb revision tree right in your browser
https://github.com/neojski/visualizeRevTree
Last synced: 5 days ago
JSON representation
Visualize couchdb/pouchdb revision tree right in your browser
- Host: GitHub
- URL: https://github.com/neojski/visualizeRevTree
- Owner: neojski
- License: mit
- Created: 2013-11-22T13:30:19.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-06T21:45:55.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:35:30.521Z (3 months ago)
- Language: JavaScript
- Size: 501 KB
- Stars: 37
- Watchers: 6
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - neojski/visualizeRevTree - Visualize couchdb/pouchdb revision tree right in your browser (others)
README
visualizeRevTree
================Visualize couchdb/pouchdb revision tree right in your browser:
![Example revision tree](tree.png)
## [Demo](http://neojski.github.io/visualizeRevTree)
Just keep in mind that you can't put there `localhost:5984`.If you want to visualize you local revision trees then get a copy of this repo
and run the `index.html` locally. Don't forget same origin policy.## Usage
To use it in production, you need to install PouchDB, too:
```
npm i --save pouchdb
```