WebRTC-IP Comparison
🌐 Enhanced IP address querying with WebRTC
WEBRTC-IP
Up to 0x faster
than the average fetch request
import { get_ip } from "webrtc-ip";
get_ip().then((my_ip) => {
console.log(my_ip);
});
import { get_ip } from "webrtc-ip";
get_ip().then((my_ip) => {
console.log(my_ip);
});