Opeyemi Oduyemioduyemi.hashnode.dev·Nov 3, 2024Transforming GeoSpatial Data: My Journey with the Overture Project in the MLH FellowshipAs part of the MLH Fellowship 24.FAL.A, I’ve embarked on a journey into the world of geospatial data, a field new to me but one I’ve grown passionate about. From early feelings of imposter syndrome to gaining confidence with every challenge, this exp...Discuss·10 likesGeospatial
Talia Nassibuildwithtalia.com·Mar 4, 2024Location, Location, Location: Maximizing Ad Impact with Akamai EdgeWorkersI have family all over the world - San Francisco, Las Vegas, New York, Belgium, Portugal, and Israel - but I was born and raised in Los Angeles (West Coast: best coast!). Communicating with them is easy nowadays with tools like WhatsApp and Instagram...Discuss·1 like·343 readsedgeworkers
Nada Pivceviccodingdiaries.hashnode.dev·Feb 15, 2024Jest Unit Testing - Part 2Route Handlers I created a simple route handler to retrieve latitude and longitude from an address, using Google's Geolocation API. Remember, route handlers in Next.js allow you to create custom request handlers for a given route, and they are always...DiscussJest testing challengesroute handler
Ramesh Chauhanipstack1.hashnode.dev·Feb 15, 2024Exploring GeoLocation APIs: A Comprehensive GuideIn the digital age, harnessing the power of geolocation has become integral for numerous applications across various industries. Whether it's enhancing user experience on mobile apps, optimizing logistics, or conducting location-based marketing campa...DiscussAPI to get GeoLocation
Titus Kiplagatkiplagatitus.hashnode.dev·Jun 18, 2023Retrieving User IP Address and Geolocation in JavaScriptIntroduction In today's blog post, we will explore how to retrieve a user's IP address and geolocation information using JavaScript. We will discuss two methods: one using an IP geolocation API and another utilizing the browser's built-in geolocation...Discussgeolocation
APILayer apilayer.hashnode.dev·Mar 14, 2023What Is My IP API and What Are Its Uses?If you’ve ever wondered what your IP address is, there’s an API for that. The What Is My IP API can be used to get your public IP address. You can then use this information to do things like view geographically restricted websites or verify that your...Discussgeolocation api
David Ajukatobit.hashnode.dev·Mar 5, 2023Unlock the Power of Geolocation API in Javascript: Enhance Your Web Apps with Location-Based FeaturesWhat is the geolocation API? The geolocation API is a powerful tool available in Javascript that allows web applications to access the user's location information. This API allows web developers to create location-based features that enhance the user...Discuss·2 likes·168 readsJavaScript
KUMAR GAUTAMkugautam.hashnode.dev·Jan 4, 2023Get the location of a device using its IP address [Python]To get the location of a device using its IP address, we can use a geolocation service such as ipapi. Here is an example of how we can use the ipapi service to get the location of a device in Python: import requests # Send a GET request to the ipapi...Discuss·2 likes·36 readsip address
Kocyigitkocyigit.hashnode.dev·Nov 13, 2022Browser APIs And Their BenefitsBrowser APIs are used to get information about an application and discover some features via just a browser. Getting answers to many questions about an app is really easy with browser APIs. All you need is just a browser like Chrome, Safari, IE, and ...DiscussBrowser API
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Nov 9, 2022Geo-routing with Apache APISIXApache APISIX, the Apache-led API Gateway, comes out of the box with many plugins to implement your use case. Sometimes, however, the plugin you're looking for is not available. While creating your own is always possible, it's sometimes necessary. To...Discuss·183 likes·108 readsgeolocation api