{"id":13514960,"url":"https://github.com/Schultzer/geotz","last_synced_at":"2025-03-31T04:36:06.935Z","repository":{"id":90501090,"uuid":"113627296","full_name":"Schultzer/geotz","owner":"Schultzer","description":"Blazing fast timezone lookup","archived":false,"fork":false,"pushed_at":"2017-12-09T17:17:40.000Z","size":55,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T16:50:48.462Z","etag":null,"topics":["elixir","geocodes","latitude","longitude","timezones"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Schultzer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-12-08T23:47:09.000Z","updated_at":"2024-03-12T09:36:01.000Z","dependencies_parsed_at":"2023-04-12T20:01:32.175Z","dependency_job_id":null,"html_url":"https://github.com/Schultzer/geotz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schultzer%2Fgeotz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schultzer%2Fgeotz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schultzer%2Fgeotz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Schultzer%2Fgeotz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Schultzer","download_url":"https://codeload.github.com/Schultzer/geotz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246418658,"owners_count":20773934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","geocodes","latitude","longitude","timezones"],"created_at":"2024-08-01T05:01:04.523Z","updated_at":"2025-03-31T04:36:06.588Z","avatar_url":"https://github.com/Schultzer.png","language":"Elixir","funding_links":[],"categories":["Elixir"],"sub_categories":[],"readme":"# Geotz\n\n[![CircleCI](https://circleci.com/gh/Schultzer/geotz.svg?style=svg)](https://circleci.com/gh/Schultzer/geotz)\n\n## Introduction and Getting Started\n\n`geotz` is an elixir port of [`The Dark Sky Company, LLC`](https://github.com/darkskyapp) excellent [`tz-lookup`](https://github.com/darkskyapp/tz-lookup)\nthat provides functions to retrieve a timezone from a given latitude and longtitude.\n\n## Examples\n\n```elixir\niex\u003e Geotz.lookup(19.432551, -99.191673)\n\"America/Mexico_City\"\n\niex\u003e Geotz.lookup(\"19.432551\", \"-99.191673\")\n\"America/Mexico_City\"\n```\n\nFor help in `iex`:\n\n```elixir\niex\u003e h Geotz.lookup\n```\n\n## Documentation\n[hex documentation for geotz](https://hexdocs.pm/geotz)\n\n## Installation\n\nNote that `:geotz` requires Elixir 1.5 or later.\n\nAdd `:geotz` as a dependency to your `mix` project:\n\n```elixir\ndef deps do\n  [\n    {:geotz, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## LICENSE\n\n(The MIT License)\n\nCopyright (c) 2017 Benjamin Schultzer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSchultzer%2Fgeotz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSchultzer%2Fgeotz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSchultzer%2Fgeotz/lists"}