{"id":20906384,"url":"https://github.com/jifalops/geo-query-input","last_synced_at":"2026-05-22T20:34:24.058Z","repository":{"id":58240744,"uuid":"73356718","full_name":"jifalops/geo-query-input","owner":"jifalops","description":"A Polymer element for specifying latitude, longitude, and search radius for geographical queries.","archived":false,"fork":false,"pushed_at":"2018-08-31T03:39:43.000Z","size":3295,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-26T02:22:41.833Z","etag":null,"topics":["firebase","geofire","geographical-queries","polymer-element"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/jifalops.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":"2016-11-10T07:19:07.000Z","updated_at":"2024-03-02T04:14:27.000Z","dependencies_parsed_at":"2022-08-31T04:22:11.962Z","dependency_job_id":null,"html_url":"https://github.com/jifalops/geo-query-input","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/jifalops/geo-query-input","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jifalops%2Fgeo-query-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jifalops%2Fgeo-query-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jifalops%2Fgeo-query-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jifalops%2Fgeo-query-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jifalops","download_url":"https://codeload.github.com/jifalops/geo-query-input/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jifalops%2Fgeo-query-input/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33366523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["firebase","geofire","geographical-queries","polymer-element"],"created_at":"2024-11-18T13:33:18.074Z","updated_at":"2026-05-22T20:34:19.048Z","avatar_url":"https://github.com/jifalops.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/jifalopsgeo-query-input)\n[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/jifalopsgeo-query-input.svg)](https://vaadin.com/directory/component/jifalopsgeo-query-input)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/jifalops/geo-query-input)\n\n# geo-query-input\nSpecify the center point and search radius for geographical queries.\n\n## Installation\n\n```\nbower i -S geo-query-input      # Polymer 2.0 hybrid (1.x compatible)\nbower i -S geo-query-input#^0.3 # Polymer 1.x based\n```\n\n## Usage\n* Bind to the `query` property.\n* Supply a Google Maps API key (will be optional in the future)\n\n## Demo\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003cscript src=\"../webcomponentsjs/webcomponents-lite.js\"\u003e\u003c/script\u003e\n    \u003clink rel=\"import\" href=\"geo-query-input.html\"\u003e\n    \u003cdiv\u003e\n      \u003cdom-bind\u003e\n        \u003ctemplate is=\"dom-bind\"\u003e\n          \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n        \u003c/template\u003e\n      \u003c/dom-bind\u003e\n    \u003c/div\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n\n```html\n\u003cgeo-query-input query=\"{{query}}\" api-key=\"AIzaSyAUPOaJubJnaRTPUd_xX8MOA62gRtSlfCc\"\u003e\u003c/geo-query-input\u003e\n\u003cdiv\u003elat: [[query.lat]]\u003c/div\u003e\n\u003cdiv\u003elng: [[query.lng]]\u003c/div\u003e\n\u003cdiv\u003eradiusKm: [[query.radiusKm]]\u003c/div\u003e\n\u003cdiv\u003efromSearch: [[query.fromSearch]]\u003c/div\u003e\n\u003cdiv\u003evalid: [[query.valid]]\u003c/div\u003e\n```\n\nFull demo:\n[webcomponents.org](https://www.webcomponents.org/element/jifalops/geo-query-input/demo/demo/index.html)\n| [github](https://jifalops.github.io/geo-query-input/components/geo-query-input/demo/).\n\nAPI: [webcomponents.org](https://www.webcomponents.org/element/jifalops/geo-query-input/geo-query-input)\n| [github](https://jifalops.github.io/geo-query-input).\n\n\n## Contributing\n\n1. Fork it on Github.\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjifalops%2Fgeo-query-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjifalops%2Fgeo-query-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjifalops%2Fgeo-query-input/lists"}