Skip to content

curl🔗

Curl is a CLI utility for making web (and other) requests.

Level Up🔗

Combine curl with jq to pretty print JSON from responses.

Bash
curl -v "http://localhost:5001/places?name=First" | jq '.'

Install MacOS🔗

Bash
brew install curl 
brew install jq

Last update: June 7, 2023
Created: June 7, 2023