Skip to content

Generate a family tree or org chart from csv file to html.

License

Notifications You must be signed in to change notification settings

fret2buzz/family-tree-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

family-tree-html

Generates HTML family trees from CSV files using JavaScript.

Example

It's just a simple unordered list thus only one branch of ancestors can be shown on a page.

Installation

npm install

This installs all dependencies.

Getting started

A family tree is a CSV file. To get started, edit CSV files from src/csv/ folder using Google Spreadsheet or Libre Office.

Use CONCATENATE function to concatenate data.

=CONCATENATE(J5," & ", K5)

Then run the script

node index.js

Thanks

Inspired by these repos

@rstacruz  ·  @AlexanderWillner  ·  @ptariche  ·  @leejordan  ·