Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```