<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sri ganesh</title>
    <description>The latest articles on DEV Community by Sri ganesh (@sriganesh).</description>
    <link>https://dev.to/sriganesh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F117332%2F3810668a-624b-44c6-abed-a68ac2ca7f9f.jpg</url>
      <title>DEV Community: Sri ganesh</title>
      <link>https://dev.to/sriganesh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sriganesh"/>
    <language>en</language>
    <item>
      <title>Simple service to get the public IP address - ipaddress.sh</title>
      <dc:creator>Sri ganesh</dc:creator>
      <pubDate>Fri, 15 May 2020 01:45:17 +0000</pubDate>
      <link>https://dev.to/sriganesh/simple-service-to-get-the-public-ip-address-ipaddress-sh-2l5n</link>
      <guid>https://dev.to/sriganesh/simple-service-to-get-the-public-ip-address-ipaddress-sh-2l5n</guid>
      <description>&lt;p&gt;Hope everyone is doing fine. This is my first devpost and wanted to share this side project I was working on. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://ipaddress.sh"&gt;https://ipaddress.sh&lt;/a&gt; - It's a simple service to get the public IP address based on &lt;a href="https://www.ipify.org/"&gt;IPIFY API&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;#Get Public IP address&lt;/span&gt;
&lt;span class="nv"&gt;$ &lt;/span&gt;curl ipaddress.sh
151.101.2.217

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Even though lots of services like this exist already (My favorite - icanhazip), tinkering with the open source code is helping me learn Go and API development. &lt;/p&gt;

&lt;p&gt;This service is hosted on heroku and is not rate-limited. &lt;/p&gt;

&lt;p&gt;Hope it's useful and easy to remember. &lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

&lt;p&gt;More info: &lt;a href="https://about.ipaddress.sh"&gt;https://about.ipaddress.sh&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ipaddress</category>
      <category>sideprojects</category>
      <category>beginners</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
