UNPKG

@athrva/get-ip

Version:

Get public IP from api.athrva.in

5 lines (3 loc) 100 B
import ip from '@athrva/get-ip'; const ipAddress = await ip.address(); console.log(ipAddress);