#921433 RFP: ipify-cli -- Get your public IP address

#921433#5
Date:
2019-02-05 13:40:31 UTC
From:
To:
* Package name    : ipify-cli
  Version         : 1.0.0
  Upstream Author : Sindre Sorhus <sindresorhus@gmail.com>
* URL             : https://github.com/sindresorhus/ipify-cli
* License         : MIT
  Programming Lang: JS
  Description     : Get your public IP address

This is a CLI client for the ipify API written in NodeJS.
It can be useful on newly configured servers to get the public IP of the
server.

#921433#10
Date:
2019-06-21 10:17:56 UTC
From:
To:
[2019-02-05 14:40] Pierre Rudloff <contact@rudloff.pro>

Why not just:

	wget -O- -q http://checkip.dyndns.org:8245 | grep -Eo '([0-9]{2,3}\.?){4}'

I mean, task at hand can be easily done with /essential/ tools.