Tree structure of Wikidata entities
This tool can show family trees of notable people, a tree of ancestors or descendants.
git clone https://github.com/dataprick/wikitree
cd wikitree/
npm install
npm run dev
Open localhost:3000
Please use
npm install -g browserify
browserify main.js > public/js/bundle.js
to build the javascript file
If you want to use the script server side, use parameter "&serverSide=1", this might make sense for debugging and testing
GNU General Public License v3.0 see LICENSE