lucahu

Projects

guess the flag

I always wanted to learn the capitals and flags of the world. Sadly, most existing sites are slow, bloated, full of ads or contain outdated information. So I made my own (mobile-friendly) version to practice. Link

reverse city geocode

A simple API that returns the closest city for a given location. Link

HTTP Request:

curl "https://geocode.lucahu.xyz?latitude=47.750449&longitude=20.016040"

HTTP Response:

{
  "city": "Gyöngyös",
  "latitude": 47.7833,
  "longitude": 19.9333,
  "country": "Hungary",
  "distance": 7198,
  "source": "https://simplemaps.com/data/world-cities",
  "processing_time_ms": 0
}