https://github.com/douglasdotv/geostats
A tool to track my guess history and stats in GeoGuessr.
https://github.com/douglasdotv/geostats
geoguessr maplibre-gl-js nextjs postgresql supabase tailwindcss typescript userscript
Last synced: 2 months ago
JSON representation
A tool to track my guess history and stats in GeoGuessr.
- Host: GitHub
- URL: https://github.com/douglasdotv/geostats
- Owner: douglasdotv
- Created: 2025-02-03T15:05:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:51:59.000Z (9 months ago)
- Last Synced: 2025-02-03T20:29:39.210Z (9 months ago)
- Topics: geoguessr, maplibre-gl-js, nextjs, postgresql, supabase, tailwindcss, typescript, userscript
- Language: TypeScript
- Homepage: https://geostats.info
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoStats
[](README.md) [](README.pt-br.md)
This is a project to record locations that I have visited in [GeoGuessr](https://www.geoguessr.com/).
### How It Works
A userscript captures guesses and their respective locations during gameplay, storing the relevant information in a database. This data is then displayed in a [web application](https://geostats.info), which provides a detailed history of each round (showing the game type, the guess, the actual location, the distance, and the time taken), as well as a map with all visited locations and some statistics by country.
### Tools Used
- JavaScript
- TypeScript
- Next.js
- Supabase
- Tailwind CSS
- MapLibre GL JS