Skip to content
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

Add example output from Location::get() #95

Open
fsalerno-sdc opened this issue Jun 1, 2021 · 1 comment
Open

Add example output from Location::get() #95

fsalerno-sdc opened this issue Jun 1, 2021 · 1 comment

Comments

@fsalerno-sdc
Copy link

I think it would be helpful to have a simple example of the output of Location::get() in the README file.

@rizvikobemotor
Copy link

this example for using the IpApi Driver
[
'ip' => "66.102.0.0",
'driver' => "Stevebauman\Location\Drivers\IpApi",
'countryName' => "United States",
'currencyCode' => "USD",
'countryCode' => "US",
'regionCode' => "CA",
'regionName' => "California",
'cityName' => "Mountain View",
'zipCode' => "94043",
'isoCode' => null,
'postalCode' => null,
'latitude' => "37.422",
'longitude' => "-122.084",
'metroCode' => null,
'areaCode' => "CA",
'timezone' => "America/Los_Angeles",
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants