How to detect website visitor’s location using Javascript?
Let’s jump right into it.
If you want to identify the current location of your website visitors using Javascript, you can either use HTML5’s Geolocation API or an IP geolocation API.
The first method requires users’ consent while the second one doe...
deepbdc.hashnode.dev3 min read
Deep
DevRel @BigDataCloud
Hi everyone, this is my first blog post on hashnode regarding web development. Hope everyone will find this blog post useful.
I am starting with a blog post that describes how to use geolocation API as this is a topic of interest to me.