Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 976 Bytes

File metadata and controls

19 lines (12 loc) · 976 Bytes
image

Wiki Knowledge Map

A React + React-Leaflet web application that visualizes Wikipedia entries on an interactive map. It features both a Random (Animated) exploration mode and a Random (Fast) mode, along with a Nearby search using the browser's geolocation. The front end is built in the frontend directory, while a Node.js/Express server resides in the backend folder.

Features

  • Random (Animated)
    Camera “fly-to” animations to random coordinates on the globe, searching for Wikipedia entries within a 10km radius.
  • Random (Fast)
    Quickly scans random coordinates without animations for a faster experience.
  • Nearby
    Uses browser geolocation to find Wikipedia entries around the user’s current location.
  • Search
    Basic keyword-based search for Wikipedia pages that include geocoordinates.