{"id":18310323,"url":"https://github.com/torann/jquery.geocoder","last_synced_at":"2025-04-09T11:44:26.084Z","repository":{"id":58230255,"uuid":"80764731","full_name":"Torann/jquery.geocoder","owner":"Torann","description":"Easily get information about the browser","archived":false,"fork":false,"pushed_at":"2018-05-29T20:41:16.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T06:06:16.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-02T20:17:03.000Z","updated_at":"2018-07-20T10:05:02.000Z","dependencies_parsed_at":"2022-08-31T09:22:41.481Z","dependency_job_id":null,"html_url":"https://github.com/Torann/jquery.geocoder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torann%2Fjquery.geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torann","download_url":"https://codeload.github.com/Torann/jquery.geocoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248033552,"owners_count":21036812,"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":[],"created_at":"2024-11-05T16:14:06.943Z","updated_at":"2025-04-09T11:44:26.044Z","avatar_url":"https://github.com/Torann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery Geocoder\n\nEasily get information about the browser.\n\n## Getting Started\n\nYou can install the plugin using Bower:\n\n```bash\nbower install jquery.geocoder\n```\n\n### Geocode\n\n```js\nvar address = '124 Apple St New Haven, CT'\n\n$.geo.geocode(address, {\n    success: function(data) {\n        console.log(data);\n    },\n    error: function() {\n        //\n    }\n});\n```\n\n### Reverse Geocode\n```js\nvar point = {\n    lat: 41.310726,\n    lng: -72.929916\n};\n\n$.geo.reverseGeocode(point, {\n    success: function(data) {\n        console.log(data);\n    },\n    error: function() {\n        //\n    }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fjquery.geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorann%2Fjquery.geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorann%2Fjquery.geocoder/lists"}