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))
fetch('https://api.ipsimple.org')
.then(response => response.text())
- .then(ip => console.log('My public IP address is:', ip));
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 URL | Language | Author | Official |
---|---|---|---|
https://github.com/ipsimple/go-ipsimple | Go | IpSimple | TODO |
https://github.com/ipsimple/python-ipsimple | Python | IpSimple | TODO |
https://github.com/ipsimple/js-ipsimple | JavaScript | IpSimple | TODO |