From 3f1bcd0f75bce72be6e9e3fa7a9a67ff728c9585 Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 17 Apr 2019 14:45:09 -0300 Subject: [PATCH 1/3] freegeoip.net doesn't return that data anymore. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c9b7923..bdedee1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other ## IP-based geolocation * `curl ipinfo.io/8.8.8.8` or `curl ipinfo.io/8.8.8.8/loc` -* `curl freegeoip.net/csv/8.8.8.8` or `freegeoip.net/xml/4.2.2.2` or `freegeoip.net/json/github.com` * `curl ifconfig.co/country` or `curl ifconfig.co/city` or `curl ifconfig.co/country-iso` or `http ifconfig.co/json` ## Text Sharing (like pastebin) From e7f981d2606a23ede4f061ce2f479faa518c9453 Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 17 Apr 2019 14:46:59 -0300 Subject: [PATCH 2/3] Clients links more tidy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdedee1..6fa50e7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other ## Monitoring -* curl ping.gg +* `curl ping.gg` ## Weather @@ -96,6 +96,6 @@ A curated list of awesome console services (reachable via HTTP, HTTPS and other At least on of the clients, that you need to access these services, is installed in almost every UNIX/Linux system. -* [curl/curl](https://github.com/curl/curl) +* [curl](https://github.com/curl/curl) * [httpie](https://github.com/jakubroztocil/httpie) — modern command line HTTP client -* wget +* [wget](https://www.gnu.org/software/wget/) From cefdd6327c4bf35ba4c9a8fa1da75307c75a0bd3 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 17 Apr 2019 20:41:01 +0200 Subject: [PATCH 3/3] added wget2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fa50e7..80811ed 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,4 @@ At least on of the clients, that you need to access these services, is installed * [curl](https://github.com/curl/curl) * [httpie](https://github.com/jakubroztocil/httpie) — modern command line HTTP client * [wget](https://www.gnu.org/software/wget/) +* [wget2](https://gitlab.com/gnuwget/wget2)