Show HN: IPguessr – Geolocate Random IPs

1 reincoder 1 7/6/2025, 5:31:00 AM abdullahdevrel.github.io ↗

Comments (1)

reincoder · 20m ago
I made this as meme to guess where a random IP address is geolocated just by looking at the numbers. Then I incorporated ASN and hostname information to introduce a significant winning chance in guessing.

This was coded entirely through ChatGPT/Github Copilot, and the entire functionality is based on the front end.

The selection of IP addresses is randomly generated through a simple function. Valid IP (non-bogon) selection and excluding popular ASNs is done through making an API call to IPinfo Lite. Geolocation information is gathered using the free IPinfo API.

There is a number of things that should improved and PRs are welcome: https://github.com/abdullahdevrel/abdullahdevrel.github.io/t...