Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created October 18, 2024 11:04
Show Gist options
  • Save lando2319/7cbbd2748a8d0cc6d7caa9c5f8a6cc1f to your computer and use it in GitHub Desktop.
Save lando2319/7cbbd2748a8d0cc6d7caa9c5f8a6cc1f to your computer and use it in GitHub Desktop.
// put in an async env, try catch
const transResponse = await fetch('https://api.ipify.org', {});
var transferBody = await transResponse.text();
console.log("IP from ipify", transferBody);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment