

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Install cURL
incomplete
2: cURL Basics
incomplete
3: cURL POST Request
incomplete
4: Install jq
incomplete
5: jq Basics
incomplete
This lesson's interactive features are locked, please to keep using them
cURL is a command-line tool for transferring data using various protocols, like HTTP and HTTPS. It's a favorite among developers. Among other things, developers use cURL for:
Most Unix-based systems, including macOS and Linux, come with cURL pre-installed. Check if you have cURL installed. Open a terminal and type:
curl --version
If you see a version number, you're good to go.
Run and submit the CLI tests.
If you don't have cURL installed, install it:
Install cURL on Debian-based systems with:
sudo apt install curl