{"id":22808499,"url":"https://github.com/sixarm/sixarm_ruby_geocode_address","last_synced_at":"2025-03-30T21:16:38.562Z","repository":{"id":137270522,"uuid":"1290575","full_name":"SixArm/sixarm_ruby_geocode_address","owner":"SixArm","description":"SixArm.com » Ruby Gem » GeocodeAddress using Google Maps API to get location, latitude, longitude, etc.","archived":false,"fork":false,"pushed_at":"2023-09-15T19:28:13.000Z","size":250,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T00:27:45.956Z","etag":null,"topics":["address","geocode","google-maps","rails","ruby"],"latest_commit_sha":null,"homepage":"http://sixarm.com","language":"Ruby","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/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-01-25T06:50:13.000Z","updated_at":"2023-09-15T19:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fc892eb-d2f7-4064-bd4f-2a034afa1acd","html_url":"https://github.com/SixArm/sixarm_ruby_geocode_address","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/SixArm%2Fsixarm_ruby_geocode_address","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_geocode_address/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_geocode_address/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_geocode_address/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_ruby_geocode_address/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379366,"owners_count":20767696,"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":["address","geocode","google-maps","rails","ruby"],"created_at":"2024-12-12T11:10:22.274Z","updated_at":"2025-03-30T21:16:38.554Z","avatar_url":"https://github.com/SixArm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SixArm.com → Ruby → \u003cbr\u003e GeocodeAddress gem to connect to Google Maps API\n\n* Doc: \u003chttp://sixarm.com/sixarm_ruby_geocode_address/doc\u003e\n* Gem: \u003chttp://rubygems.org/gems/sixarm_ruby_geocode_address\u003e\n* Repo: \u003chttp://github.com/sixarm/sixarm_ruby_geocode_address\u003e\n\u003c!--header-shut--\u003e\n\n\n## Introduction\n\nGeocodeAddress uses the Google Maps API to geocode an address string to a JSON result.\n\nThe address will cache as much as possible as it initializes and calls the Google Maps API.\n\nFor docs go to \u003chttp://sixarm.com/sixarm_ruby_geocode_address/doc\u003e\n\nWant to help? We're happy to get pull requests.\n\n\n\u003c!--install-open--\u003e\n\n## Install\n\n### Gem\n\nTo install this gem in your shell or terminal:\n\n    gem install sixarm_ruby_geocode_address\n\n### Gemfile\n\nTo add this gem to your Gemfile:\n\n    gem 'sixarm_ruby_geocode_address'\n\n### Require\n\nTo require the gem in your code:\n\n    require 'sixarm_ruby_geocode_address'\n\n\u003c!--install-shut--\u003e\n\n\n## Examples\n\n   address = GeocodeAddress.new(\"1 Main St, San Francisco, CA 94111\")\n   address.href  #=\u003e \"http://maps.googleapis.com/maps/api/geocode/json?address=1+Main+St,+San+Francisco,+CA+94111\u0026sensor=false\"\n   address.get  #=\u003e ...calls the Google Maps API via Net::HTTP and returns a JSON-formatted string of results\n   address.json  #=\u003e ...calls the Google Maps API via Net::HTTP and returns a JSON parse of results\n   address.location  #=\u003e {\"lat\" =\u003e 37.7931108, \"lng\" =\u003e -122.3964898}\n   address.lat  #=\u003e 37.7931108\n   address.lng  #=\u003e -122.3964898\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_geocode_address","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_ruby_geocode_address","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_geocode_address/lists"}