rootsdev / genscrape

JavaScript library that aids in scraping person data off of genealogy websites
MIT License
42 stars 6 forks source link

Add support for WikiTree #13

Closed justincy closed 8 years ago

justincy commented 8 years ago

The best way to support WikiTree is via shcema.org.

MatForsberg commented 8 years ago

Making some progress. Have Person, Birth info, Death info, and parents names.

WikiTree shows multiple marriages, example( http://www.wikitree.com/wiki/Roosevelt-18 ). Which spouse should be used for personData?

justincy commented 8 years ago

I would go with the first spouse so that it's deterministic. I have toyed with the idea to support a more flexible and complete schema, but it's a lot of work.

justincy commented 8 years ago

Closed by #16