Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dcapwell/gedcom.js

Gedcom parser for JavaScript
https://github.com/dcapwell/gedcom.js

Last synced: 2 months ago
JSON representation

Gedcom parser for JavaScript

Awesome Lists containing this project

README

        

Gedcom.js is a simple javascript library for parsing GEDCOM files. Current version is targeting only Node.JS but shouldn't be too bad to make it work in a browser as well.

This project is based off https://github.com/madprime/python-gedcom.

NOTE
====
I am not a JavaScript guy but needed this for a node.js project I am working on in my spare time. If the code is not good, please let me know =).