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

https://github.com/ptariche/family-tree-generator

Family Tree Generator -- Converts a Google Spreadsheet to a PNG Graph
https://github.com/ptariche/family-tree-generator

csv familytree generator googlespreadsheet nodejs png

Last synced: 10 months ago
JSON representation

Family Tree Generator -- Converts a Google Spreadsheet to a PNG Graph

Awesome Lists containing this project

README

          

# Family Tree Generator
Family Tree Generator -- Converts a Google Spreadsheet to a PNG Graph

### Google Spreadsheet
- Copy/Duplicate the Spreadsheet at https://docs.google.com/spreadsheets/d/19q_eE2wclqLL8039WozLz-LquhcOPMGyy1hCdHUHr64/edit?usp=sharing
- Modify the spreadsheet to your/a family/ancestors
- Download a copy of the file as CSV

### How to Run
- npm install
- CSV_FILE= PNG_OUTPUT= npm start

### Example
- [CSV File](./examples/example_family.csv)

![Family Tree](./examples/example_family.png)

### Dependencies
- [csvtojson](https://www.npmjs.com/package/csvtojson)
- [json2yaml](https://www.npmjs.com/package/json2yaml)
- [kingraph](https://github.com/rstacruz/kingraph)

### Author
- Peter A. Tariche

### License
- MIT

### Project Information
- This project was created in celebration of [Hacktoberfest 2018](https://hacktoberfest.digitalocean.com/)