/awesome-curl

:sunglasses: A collection of awesome web services that can simply be used by curl-ing them from the command line.

OtherNOASSERTION

Awesome cURL

😎 A collection of awesome web services that can simply be used by curl-ing them from the command line.

⛅ The right way to check the weather

$ curl wttr.in

# Get the weather for a specific location
$ curl wttr.in/bern

IP address lookup service

$ curl ifconfig.co

# Get your currently detected country
$ curl ifconfig.co/country
# Get your currently detected city
$ curl ifconfig.co/city

URL shortener

$ curl -s 'tinyurl.com/api-create.php?url=https://curl.se'

Read the news

$ curl getnews.tech

# Get the news for a specific topic
$ curl getnews.tech/linux

Get the definition of a term

$ curl dict.org/d:linux

Get a cheat sheet for terminal commands

$ curl cheat.sh/tar

Get the latest cryptocurrentcy rates

$ curl rate.sx

Get a dancing parrot in your terminal

$ curl parrot.live

Terminal pastebin

$ echo 'cURL is great!' | curl -F 'sprunge=<-' http://sprunge.us

Get RickRoll'd

$ curl https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash

Sources