Skip to content

Generate search links for a many genealogy websites.

License

Notifications You must be signed in to change notification settings

brezelman/gensearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gen-search

Generate genealogy search links for a ton of websites.

var fsLink = gensearch('familysearch', {
  givenName: "Joe William",
  familyName: "Clark"
});

Sites

Site Name Site Key
Ancestry.com ancestry
Archives archives
Billion Graves billiongraves
FamilySearch.org familysearch
Find-A-Grave findagrave
findmypast findmypast
Fold3 fold3
Genealogy Bank genealogybank
Geni geni
Newspapers.com newspapers
WeRelate.org werelate
WorldVitalRecords worldvitalrecords

Schema

  • givenName
  • familyName
  • birthPlace
  • birthDate
  • deathPlace
  • deathDate
  • marriagePlace
  • marriageDate
  • fatherGivenName
  • fatherFamilyName
  • motherGivenName
  • motherFamilyName
  • spouseGivenName
  • spouseFamilyName

About

Generate search links for a many genealogy websites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 8.8%