Generates HTML family trees from CSV files using JavaScript.
It's just a simple unordered list thus only one branch of ancestors can be shown on a page.
npm installThis installs all dependencies.
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.jsInspired by these repos