Getting Started with CURL
What is CURL
curl is a command used to send a request to a website from the terminal.It helps us see the website response without using a browser.We use it to test APIs and check if a site is working.
C:\Users\ranja> curl https://wttr.in
When you w...
learnwithranjan.hashnode.dev3 min read