I have a Linux based device and need to find the zip code of the area where the device is installed. I was wondering if it is possible to get the zip code using a HTTP request or getting latitude and longitude without entering address?
I have seen other similar questions on Stack Overflow and it seems to me that we need to enter the longitude and latitude and then use the Haversine formula to calculate the zip code.
Is there any way to get the zip code or latitude and longitude by using the Internet?
Thanks in advance.