Hello, @Edw. Thanks for reaching out.
Apologies for the late reply.
The IP & Address Lookup plugin uses these free JS libraries and some Google Maps APIs:
Using GeoJSON with Leaflet - Leaflet - a JavaScript library for interactive maps
The way you can use it is quite simple - place the plugin element on the page and the plugin will return you the current user’s data right after the page load. Don’t forget to use some text elements for displaying the received data from the plugin.
Use the plugin demo page as an example:
https://zeroqode-demo-04.bubbleapps.io/ip_adress_lookup
I hope it helps. Take care.