A graph view for Wikipedia.
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.
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 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 is a build tool that aims to provide a faster and leaner development experience for modern web projects
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 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.