0.4.0 • Published 7 years ago

trepo-ptree v0.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

trepo-ptree

Working with pTree in vGraph

You probably want trepo-core or trepo-server

This module exports an object with utility functions on it (getPerson, createBirth, updateMarriage, deleteDeath).

Each function should return an object with the vGraph node set to _node. Other properties should be set if already passed in or fetched.

{
  _node, // REQUIRED The root node of the conclusion, etc.
  name: {}, // Other nodes
  spouses: [], // or arrays of nodes
  ...
}
0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

8 years ago