Get your public IP with just 2 lines of code
<p>There are lots of API's that give you your IP address via a GET request, The only problem being most of them have a limited no of API calls for a period of time.</p>
<p>To solve this problem here is a codelab to make your own IP address API with just 2 lines of code.</p>
<p> </p>
<p>Things we are going to use</p>
<ol>
<li>Nodejs 14.x</li>
<li>Expressjs</li>
<li>vercel (to deploy the API online)</li>
</ol>