How to find the geoip location for all users in Nodejs

后端 未结 1 825
[愿得一人]
[愿得一人] 2020-12-18 15:35

I have a requirement where i have to find the geoip location of the users. I have used the code where i store the address of the user in database and then display the geoip

相关标签:
1条回答
  • 2020-12-18 16:29

    Node-GeoIP could be a solution but keep in mind that ip-based geolocalization isn't always truthful.

    0 讨论(0)
提交回复
热议问题