{"id":18037506,"url":"https://github.com/kevmo314/browser-geo-tz","last_synced_at":"2025-03-27T09:31:37.926Z","repository":{"id":158498499,"uuid":"628076555","full_name":"kevmo314/browser-geo-tz","owner":"kevmo314","description":"A browser module to find the timezone based on gps coordinates","archived":false,"fork":false,"pushed_at":"2025-02-12T14:31:56.000Z","size":163,"stargazers_count":25,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T13:52:28.361Z","etag":null,"topics":["datetime","javascript","timezone"],"latest_commit_sha":null,"homepage":"https://kevmo314.github.io/browser-geo-tz/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevmo314.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2023-04-14T21:23:25.000Z","updated_at":"2025-03-11T07:19:47.000Z","dependencies_parsed_at":"2024-01-05T23:40:52.261Z","dependency_job_id":"d278f63f-fce6-4863-b75d-dedbf7781262","html_url":"https://github.com/kevmo314/browser-geo-tz","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/kevmo314%2Fbrowser-geo-tz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmo314%2Fbrowser-geo-tz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmo314%2Fbrowser-geo-tz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmo314%2Fbrowser-geo-tz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevmo314","download_url":"https://codeload.github.com/kevmo314/browser-geo-tz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245817468,"owners_count":20677297,"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":["datetime","javascript","timezone"],"created_at":"2024-10-30T13:10:51.516Z","updated_at":"2025-03-27T09:31:37.606Z","avatar_url":"https://github.com/kevmo314.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# browser-geo-tz\n\n[![npm version](https://img.shields.io/npm/v/browser-geo-tz)](https://www.npmjs.com/package/browser-geo-tz)\n\nThis is a browser variant of [node-geo-tz](https://github.com/evansiroky/node-geo-tz). The original library says that the files are too big for the browser.\nThis library takes advantage of HTTP range requests to load the data quickly. Check out the [demo](https://kevmo314.github.io/browser-geo-tz/).\n\n## Usage\n\n### Unpkg\n\n```html\n\u003cscript src=\"http://unpkg.com/browser-geo-tz@latest/dist/geotz.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  console.log(await GeoTZ.find(37.3861, -122.0839));\n\u003c/script\u003e\n```\n\n### NPM\n\n```bash\nnpm install browser-geo-tz\n```\n\n```javascript\nimport GeoTZ from \"browser-geo-tz\";\nconsole.log(await GeoTZ.find(37.3861, -122.0839));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmo314%2Fbrowser-geo-tz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevmo314%2Fbrowser-geo-tz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmo314%2Fbrowser-geo-tz/lists"}