Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasdotv/geostats
A web application to track my GeoGuessr guesses and stats.
https://github.com/douglasdotv/geostats
geoguessr maplibre-gl-js nextjs supabase tailwind userscript
Last synced: 19 days ago
JSON representation
A web application to track my GeoGuessr guesses and stats.
- Host: GitHub
- URL: https://github.com/douglasdotv/geostats
- Owner: douglasdotv
- Created: 2025-01-13T23:49:09.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:02:22.000Z (20 days ago)
- Last Synced: 2025-01-15T22:25:16.471Z (20 days ago)
- Topics: geoguessr, maplibre-gl-js, nextjs, supabase, tailwind, userscript
- Language: TypeScript
- Homepage: https://geostats-xi.vercel.app/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoStats
[![en](https://img.shields.io/badge/lang-en-red.svg)](README.md) [![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](README.pt-br.md)
This is a personal project to visualize places I've virtually visited in the world in [GeoGuessr](https://www.geoguessr.com/). It tracks my guesses across different game modes through a userscript and stores them in a database. The data is then displayed in a [web application](https://geostats-xi.vercel.app) with location comparisons and some country statistics.
The main tools used in this project were Supabase, Next.js, TypeScript, Tailwind CSS and MapLibre GL (in addition to the userscript to persist data, which was written in JavaScript).