Skip to content

Commit

Permalink
deploy: 0416c59
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky-G committed Jul 1, 2024
1 parent 1e26d98 commit d7d62d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
ip = get('https://api.ipsimple.org').text
print('My public IP address is: {}'.format(ip))</code></pre><h3>JavaScript</h3><pre><code class="language-javascript">fetch('https://api.ipsimple.org')
.then(response => response.text())
.then(ip => console.log('My public IP address is:', ip));</code></pre></section><section id="libraries" class="card"><h2>Libraries</h2><p>If you want to use IpSimple in your favorite programming language, but want to keep your code nice and tidy, feel free to use one of our libraries below! They'll make your life a little bit easier and more enjoyable =)</p><p>NOTE: Don't see a library for your favorite programming language? If you create one, I'll be happy to link to it below! Just <a href="https://github.com/orgs/ipsimple/discussions">message us</a> in the discussions area with the details and I'll gladly link to it!</p><div class="table-responsive"><table class="table table-bordered table-hover table-striped"><thead class="table-dark"><tr><th>Library URL</th><th>Language</th><th>Author</th><th>Official</th></tr></thead><tbody><tr><td><a href="https://github.com/ipsimple/go-ipsimple">https://github.com/ipsimple/go-ipsimple</a></td><td>Go</td><td>IpSimple</td><td>TODO</td></tr><tr><td><a href="https://github.com/ipsimple/python-ipsimple">https://github.com/ipsimple/python-ipsimple</a></td><td>Python</td><td>IpSimple</td><td>TODO</td></tr><tr><td><a href="https://github.com/ipsimple/js-ipsimple">https://github.com/ipsimple/js-ipsimple</a></td><td>JavaScript</td><td>IpSimple</td><td>TODO</td></tr></tbody></table></div></section></div></main><footer><div class="container"><span class="copyright-text">©<script>document.write((new Date).getFullYear())</script>&nbsp; v<span id="version-placeholder">1.8.0</span> </span><span class="text-center">IpSimple</span><div class="social-links"><a href="https://github.com/ipsimple" class="social-icon"><i class="fab fa-github"></i></a></div></div></footer></body></html>
.then(ip => console.log('My public IP address is:', ip));</code></pre></section><section id="libraries" class="card"><h2>Libraries</h2><p>If you want to use IpSimple in your favorite programming language, but want to keep your code nice and tidy, feel free to use one of our libraries below! They'll make your life a little bit easier and more enjoyable =)</p><p>NOTE: Don't see a library for your favorite programming language? If you create one, I'll be happy to link to it below! Just <a href="https://github.com/orgs/ipsimple/discussions">message us</a> in the discussions area with the details and I'll gladly link to it!</p><div class="table-responsive"><table class="table table-bordered table-hover table-striped"><thead class="table-dark"><tr><th>Library URL</th><th>Language</th><th>Author</th><th>Official</th></tr></thead><tbody><tr><td><a href="https://github.com/ipsimple/go-ipsimple">https://github.com/ipsimple/go-ipsimple</a></td><td>Go</td><td>IpSimple</td><td>TODO</td></tr><tr><td><a href="https://github.com/ipsimple/python-ipsimple">https://github.com/ipsimple/python-ipsimple</a></td><td>Python</td><td>IpSimple</td><td>TODO</td></tr><tr><td><a href="https://github.com/ipsimple/js-ipsimple">https://github.com/ipsimple/js-ipsimple</a></td><td>JavaScript</td><td>IpSimple</td><td>TODO</td></tr></tbody></table></div></section></div></main><footer><div class="container"><span class="copyright-text">©<script>document.write((new Date).getFullYear())</script>&nbsp; v<span id="version-placeholder">1.9.0</span> </span><span class="text-center">IpSimple</span><div class="social-links"><a href="https://github.com/ipsimple" class="social-icon"><i class="fab fa-github"></i></a></div></div></footer></body></html>

0 comments on commit d7d62d8

Please sign in to comment.