Menu Close

Curl Sites

Current curl sites I use.

weather info
curl wttr.in
# /location for specific location

ip detailed info
curl ipinfo.io

just ip address
curl ifconfig.co
#add /country or /city for specific info

URL shortener using tinyurl api
curl -s http://tinyurl.com/api-create.php\?url\http://www.yahoo.com /n

news articles in the terminal
curl getnews.tech
# /searchterm to search for something..eg /bitcoin /aws /football+players

terminal online dictionary (no install)
curl ‘dict://dict.org/d:searchterm’
# replace searchterm with desired word

terminal command cheat sheet
curl cheat.sh
# /command for quick cheat sheet info on that command eg../ifconfig /ls /grep /btrfs

crypto exchange rates
curl rate.sx