MCPcopy Index your code
hub / github.com/Louis3797/wikipedia-graph

github.com/Louis3797/wikipedia-graph @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
6 symbols 19 edges 9 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

3D Wikipedia Graph

Visualize connections between wikipedia pages as froce directed graph

contributors last update forks stars open issues license

View Demo · Documentation · Report Bug · Request Feature

screenshot

Table of Contents

About the Project

screenshot

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.

Features

  • Force Directed Graph
  • 3D
  • Zoom on Node when clicked
  • Postprocessing
  • Adjustable Depth
  • Adjustable Connections per Vertex

Tech Stack

Getting Started

Prerequisites

This project uses Yarn as package manager

 npm install --global yarn

Installation

Install wikipedia-graph with yarn

  yarn install wikipedia-graph
  cd my-project

Run Locally

Clone the project

  git clone https://github.com/Louis3797/wikipedia-graph.git

Go to the project directory

  cd my-project

Install dependencies

  yarn install

Start the server

  yarn start

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Project Link: https://github.com/Louis3797/wikipedia-graph

Extension points exported contracts — how you extend this code

Node (Interface)
(no doc)
src/types.ts
Link (Interface)
(no doc)
src/types.ts

Core symbols most depended-on inside this repo

generateColorHex
called by 2
src/utils/generateHexColor.ts
reportWebVitals
called by 1
src/reportWebVitals.ts
getData
called by 1
src/App.tsx
App
called by 0
src/App.tsx

Shape

Function 4
Interface 2

Languages

TypeScript100%

Modules by API surface

src/types.ts2 symbols
src/App.tsx2 symbols
src/utils/generateHexColor.ts1 symbols
src/reportWebVitals.ts1 symbols

For agents

$ claude mcp add wikipedia-graph \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact