generated from DJTommek/php-template
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service IP address #64
Labels
Comments
DJTommek
added
good first issue
Good for newcomers
new service
New website, code or coordinate to process
labels
Mar 23, 2021
Free API, that could be used: https://ip-api.com/ {
"status": "success",
"country": "Canada",
"countryCode": "CA",
"region": "QC",
"regionName": "Quebec",
"city": "Montreal",
"zip": "H1A",
"lat": 45.6752,
"lon": -73.5022,
"timezone": "America/Toronto",
"isp": "Le Groupe Videotron Ltee",
"org": "Videotron Ltee",
"as": "AS5769 Videotron Telecom Ltee",
"query": "24.48.0.1"
} |
DJTommek
added a commit
that referenced
this issue
Jan 29, 2022
DJTommek
added a commit
that referenced
this issue
Jan 29, 2022
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Nov 3, 2022
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Nov 3, 2022
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Nov 3, 2022
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 13, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
kefacz
pushed a commit
to kefacz/better-location
that referenced
this issue
Feb 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Example input and their coordinates
50.0880, 14.4208
50.087736,14.422685
IP addresses loaded using ping, coordinates gathered from https://www.iplocation.net/ip-lookup
Description (optional)
If IP address is provided, try to use some geolocation API service to get location.
The text was updated successfully, but these errors were encountered: