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
- Host: GitHub
- URL: https://github.com/ptariche/family-tree-generator
- Owner: ptariche
- License: mit
- Created: 2018-10-16T06:50:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T11:43:08.000Z (about 6 years ago)
- Last Synced: 2025-03-28T20:23:11.428Z (over 1 year ago)
- Topics: csv, familytree, generator, googlespreadsheet, nodejs, png
- Language: JavaScript
- Size: 195 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

### 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/)