NickNaso / gettyip

Obtain and receive notifications about your public IP
Apache License 2.0
0 stars 0 forks source link

External services #1

Open NickNaso opened 8 years ago

NickNaso commented 8 years ago

Which external service use to obtain Public IP?

NickNaso commented 8 years ago

Look at these different implementation: https://github.com/sindresorhus/public-ip/blob/master/index.js https://github.com/markogresak/canihazip/blob/master/index.js https://github.com/yieme/ips/blob/master/index.js https://github.com/andris9/public-address/blob/master/index.js https://github.com/sindresorhus/ipify/blob/master/index.js https://github.com/airportyh/get-my-ip/blob/master/index.js https://github.com/StefanHamminga/tz-bounce/blob/master/index.js https://github.com/kosmasgiannis/whatismyip/blob/master/lib/whatismyip.js https://github.com/nicholascloud/myip/blob/master/src/myip.js

In general they use external services or network library to ask the requested public ip.