Get the IP of the website visitor with additional IP info. Works on static websites. Only pure browser javascript!
Open file api.js
and replace the content inside of the quotes of variable webhook
to your own webhook URL.
const webhook = "your webhook url"
Now you are ready to go, import the script on your static html document.
Example
<body>
<script src="api.js"></script>
</body>
EDUCATIONAL PURPOSES ONLY