IP Address Tracker using React

Solution retrospective
ip-api.com is a great service for IP geolocation. However the free plan doesn't come with the HTTPS (SSL) support. So when I deploy the app on Vercel I got the 'Mixed Content' error, since Vercel provide a free SSL certificate. Do you know a workaround to make the ip-api.com free plan work on Vercel?
In my solution I replaced ip-api.com with ipwhois.app, which is still great and has SSL support. However it has the limit to 10.000 request per month and it is not possible to search by domain (only IP addresses).
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sagarkaurav
You can use https://geo.ipify.org/ as Frontendmentor recommended it https://twitter.com/frontendmentor/status/1299722189382529024
Note: You will get only 1000 request per month
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord