Richienb / iplocation

Get ip location information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New keys from the https://freegeoip.app/json/* provider

Phok7 opened this issue · comments

commented

This are the keys for this api:

region: ['region_name']
postal: ['zip_code']
timezone: ['time_zone']

The problem with using multiple providers is that the returned coordinates can vary slightly which may spark problems independent packages. Closing for now unless there's a good reason for this.