{"id":21534678,"url":"https://github.com/danesparza/js-zipgeo","last_synced_at":"2025-03-17T20:15:16.315Z","repository":{"id":151777276,"uuid":"408464062","full_name":"danesparza/js-zipgeo","owner":"danesparza","description":"Javascript library that takes a US zipcode and gives you latitude and longitude","archived":false,"fork":false,"pushed_at":"2021-09-21T11:10:38.000Z","size":773,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-24T07:11:39.935Z","etag":null,"topics":["coordinates","javascript","javascript-library","latitude","longitude","zipcode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/danesparza.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-20T13:56:31.000Z","updated_at":"2021-09-21T11:12:41.000Z","dependencies_parsed_at":"2023-07-31T09:15:40.383Z","dependency_job_id":null,"html_url":"https://github.com/danesparza/js-zipgeo","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/danesparza%2Fjs-zipgeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Fjs-zipgeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Fjs-zipgeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danesparza%2Fjs-zipgeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danesparza","download_url":"https://codeload.github.com/danesparza/js-zipgeo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102855,"owners_count":20398386,"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":["coordinates","javascript","javascript-library","latitude","longitude","zipcode"],"created_at":"2024-11-24T03:12:18.142Z","updated_at":"2025-03-17T20:15:16.292Z","avatar_url":"https://github.com/danesparza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-zipgeo\n\nJavascript map for US zipcode -\u003e lat,long lookups.  Nothing fancy, just a [big javascript map](https://raw.githubusercontent.com/danesparza/js-zipgeo/main/ziptogeo.js) and a utility function.  It's just under 2MB -- so it's big for javascript, but not unmanageable.  \n\nKeep in mind that this will add about 10 minutes to your webpack build time if you include this in your project.\n\nData from https://gist.github.com/erichurst/7882666\n\n## Example:\n``` javascript\nimport ZipToGeo from '../utility/ziptogeo';\n\nlet lat, long;\n({lat, long} =  ZipToGeo(\"30019\"));\n\n// lat should be 33.97561\n// long should be -83.883747\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Fjs-zipgeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanesparza%2Fjs-zipgeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanesparza%2Fjs-zipgeo/lists"}