Skip to content

JavaScript library for FamilySearch extensions to the GEDCOM X spec.

License

Notifications You must be signed in to change notification settings

rootsdev/gedcomx-fs-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 17, 2016
47b6c6c · Nov 17, 2016

History

49 Commits
Nov 17, 2016
Nov 17, 2016
Nov 9, 2016
Oct 19, 2016
Oct 14, 2016
Nov 10, 2016
Oct 19, 2016
Oct 19, 2016
Oct 19, 2016
Nov 17, 2016
Nov 9, 2016
Nov 10, 2016

Repository files navigation

gedcomx-fs-js

npm Build Status codecov

JavaScript library for FamilySearch extensions to the GEDCOM X spec. Designed to be used with gedcomx-js.

Install

First install gedcomx-js.

NPM

npm install --save gedcomx-js gedcomx-fs-js

CDN via unpkg

<script src="https://unpkg.com/gedcomx-fs-js@1.3.0/dist/gedcomx-fs.min.js"></script>

In the browser, gedcomx-fs-js is attached to the window as a global named GedcomxFS.

Full Build

As of 1.3.1 we also publish a full build which includes gedcomx-js and thus doesn't require you to install or include it seperately and also doesn't require you to call GedcomX.addExtensions() as documented below.

Usage

// First load gedcomx-js. Then we register the FS extensions.
GedcomX.addExtensions(GedcomxFS);