externalip icon indicating copy to clipboard operation
externalip copied to clipboard

get your external ip in Node.js

Results 2 externalip issues
Sort by recently updated
recently updated
newest added

# npm audit report debug

On first usage of this package it shows me an error > C:\Users\820\Desktop\code\nodejs\hltv-online\node_modules\externalip\index.js:12 > var ip = res.text.match(/\d+\.\d+\.\d+\.\d+/)[0]; > ^ > > TypeError: Cannot read property '0' of null >...