We previously posted an article on performing basic geolocation of an IP address using one of our APIs. Now, we have and API that will go even further. Ideal for UX and security applications, this new function will allow you to geolocate an IP Address down to its actual street address. By inputting an IP Address string (i.e. 55.55.55.55), you can return the country and country code, street address, city name, region name, and Zip code. This will allow you to better understand your client base and track any incoming threats to your sites.

Image for post

We will start by installing our SDK:

npm install cloudmersive-validate-api-client --save

#node-js-tutorial #api #nodejs #ux #geolocation

How to Geolocate an IP Address to a Street Address in Node.js
7.65 GEEK