Skip to content

Idefix2020/ged-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ged-parser

Parse GEDCOM files for rpreiner/tam
This has become redundant as the original webapp now supports .ged files.

This Node.js module uses gedcom-d3 to parse GEDCOM files and prepare them to be used in rpreiner/tam.

Usage

npm test to run an example.

[d3Data, missingBirthdates] = gedParse(data); gives you the parsed data and a list of people with missing birthdates in the form of:

[
  [ '@I11@', 'Freddie Mac', '?' ],
  [ '@I7@', 'Marie Mustermann', '(betw. 1970 and 1977)' ]
]

with the persons id, name and DOB.

About

Parse GEDCOM files for tam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published