diff --git a/index.html b/index.html index f5b1726..447daa8 100644 --- a/index.html +++ b/index.html @@ -6,4 +6,4 @@ ip = get('https://api.ipsimple.org').text print('My public IP address is: {}'.format(ip))

JavaScript

fetch('https://api.ipsimple.org')
     .then(response => response.text())
-    .then(ip => console.log('My public IP address is:', ip));

Libraries

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 =)

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 message us in the discussions area with the details and I'll gladly link to it!

Library URLLanguageAuthorOfficial
https://github.com/ipsimple/go-ipsimpleGoIpSimpleTODO
https://github.com/ipsimple/python-ipsimplePythonIpSimpleTODO
https://github.com/ipsimple/js-ipsimpleJavaScriptIpSimpleTODO
\ No newline at end of file + .then(ip => console.log('My public IP address is:', ip));

Libraries

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 =)

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 message us in the discussions area with the details and I'll gladly link to it!

Library URLLanguageAuthorOfficial
https://github.com/ipsimple/go-ipsimpleGoIpSimpleTODO
https://github.com/ipsimple/python-ipsimplePythonIpSimpleTODO
https://github.com/ipsimple/js-ipsimpleJavaScriptIpSimpleTODO
\ No newline at end of file