{"id":22753584,"url":"https://github.com/starryinternet/place-parser","last_synced_at":"2025-03-30T07:21:31.244Z","repository":{"id":57325426,"uuid":"80569575","full_name":"StarryInternet/place-parser","owner":"StarryInternet","description":"Break Google Places up into US address components","archived":false,"fork":false,"pushed_at":"2017-02-09T13:37:35.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-06T00:46:22.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/StarryInternet.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}},"created_at":"2017-01-31T22:37:56.000Z","updated_at":"2017-01-31T22:38:15.000Z","dependencies_parsed_at":"2022-09-09T05:51:05.080Z","dependency_job_id":null,"html_url":"https://github.com/StarryInternet/place-parser","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/StarryInternet%2Fplace-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fplace-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fplace-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Fplace-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarryInternet","download_url":"https://codeload.github.com/StarryInternet/place-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246286939,"owners_count":20753163,"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-12-11T06:11:46.455Z","updated_at":"2025-03-30T07:21:31.217Z","avatar_url":"https://github.com/StarryInternet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# place-parser\n\n[![Build Status](https://travis-ci.org/StarryInternet/place-parser.svg?branch=master)](https://travis-ci.org/StarryInternet/place-parser)\n\nBreak Google Places up into US address components\n\n\n---\n\n### Installing\n\n```\nnpm install --save place-parser\n```\n\n---\n\n### Example\n\n```js\n'use strict';\n\nconst parser = require('place-parser');\n\nconst result = parser( someGooglePlaceObject );\n\nconsole.log( result );\n\n// {\n//   street_number: '38',\n//   street_name: 'Chauncy Street',\n//   city: 'Boston',\n//   county: 'Suffolk County',\n//   state_short: 'MA',\n//   state_long: 'Massachusetts',\n//   country_short: 'US',\n//   country_long: 'United States',\n//   zip_code: '02111',\n//   address: '38 Chauncy Street'\n// }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fplace-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarryinternet%2Fplace-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Fplace-parser/lists"}