Wiki Graph

screenshot of Wiki Graph
svelte
vite

A graph view for Wikipedia.

Overview

Wiki Graph is a graph view tool for Wikipedia that allows users to visualize relationships and connections between different articles on Wikipedia. This tool is inspired by various other graph visualization projects such as vs-autocomplete, wikipedia-graph, and wikipedia-explorer. It utilizes the MediaWiki Action API for autocomplete functionality and Wikimedia REST API to represent relations between articles. The tool is available under the MIT License, created by Peter Blinov in 2022.

Features

  • Graph View: Visualize relationships and connections between Wikipedia articles in a graph format.
  • Autocomplete: Utilizes the MediaWiki Action API for autocomplete suggestions while searching for articles.
  • Open Source: Released under the MIT License, allowing for customization and further development.
  • Inspired by Other Projects: Draws inspiration from various other graph visualization projects for building upon existing ideas.

Summary

Wiki Graph is a visualization tool that offers a unique way to explore connections between Wikipedia articles through a graph view. With features like autocomplete search suggestions and open-source availability, users can benefit from a customizable and interactive experience. Inspired by other similar projects, Wiki Graph aims to provide a user-friendly interface for navigating the vast content available on Wikipedia.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.