I'm using this code to try and get the clients IP address, but I just can't seem to figure out how to convert it into a string. Many other questions are all about .json but this is a simple string from AWS. Here is my code, how do I convert into string?
function getIPFromAmazon() {
return(fetch("https://checkip.amazonaws.com/"));
}
(this just returns "Object Promise")