Visualize connections between wikipedia pages as froce directed graph
With this tool you can visualize the connections between Wikipedia pages. You can also specify how deep the search should go and how many connections should be taken per page. The result are incredibly nice looking graphs, as seen in the images above. Note that the program starts to slow down when the graph reaches a certain size, since the whole thing runs in the browser.
- Force Directed Graph
- 3D
- Zoom on Node when clicked
- Postprocessing
- Adjustable Depth
- Adjustable Connections per Vertex
This project uses Yarn as package manager
npm install --global yarnInstall wikipedia-graph with yarn
yarn install wikipedia-graph
cd my-projectClone the project
git clone https://github.com/Louis3797/wikipedia-graph.gitGo to the project directory
cd my-projectInstall dependencies
yarn installStart the server
yarn startDistributed under the MIT License. See LICENSE.txt for more information.
Project Link: https://github.com/Louis3797/wikipedia-graph

