Swipe left or right to navigate to next or previous post

What Is My Ip Address?

16 Mar 2022 . category: Server . Comments
#Map #Tool #JavaScript #Frontend

What is my ip address

Wondering how to get your current public ip address? This tools helps to get your public ip address with some basic description.

Could not get the details

JavaScript Code to get your public IP address

    // Get the current public IP address details
    const url = 'https://ipinfo.io/json?token="your-token"';
    $.getJSON(url, function(data) {
        const location_data = JSON.stringify(data, null, 2);
    });

Tapan B.K. | Full Stack Software Engineer

Tapan B.K. is Full Stack Software Engineer. In his spare time, Tapan likes to watch movies, visit new places.