{"id":15364675,"url":"https://github.com/venables/where","last_synced_at":"2025-06-11T09:11:36.697Z","repository":{"id":56898138,"uuid":"959671","full_name":"venables/where","owner":"venables","description":"A very simple geolocation library in Ruby","archived":false,"fork":false,"pushed_at":"2013-02-25T16:04:16.000Z","size":112,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-16T02:38:57.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/venables.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-04T04:01:13.000Z","updated_at":"2018-12-07T19:09:20.000Z","dependencies_parsed_at":"2022-08-21T02:20:21.109Z","dependency_job_id":null,"html_url":"https://github.com/venables/where","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/venables%2Fwhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fwhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fwhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fwhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venables","download_url":"https://codeload.github.com/venables/where/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fwhere/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259236370,"owners_count":22826307,"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-10-01T13:13:01.824Z","updated_at":"2025-06-11T09:11:36.674Z","avatar_url":"https://github.com/venables.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Where\n=====\n\nA basic geolocation library for Ruby.\n\nInstallation\n------------\n\nAdd this line to your application's Gemfile:\n\n    gem 'where'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install where\n\nUsage\n-----\n\nSearch by Address:\n\n    result = Where.is '4 yawkey way boston ma'\n    if result.success?\n      puts \"Address: #{result.address}\"\n      puts \"Street Number: #{result.street_number}\"\n      puts \"Street: #{result.street}\"\n      puts \"City: #{result.city}\"\n      puts \"State: #{result.state}\"\n      puts \"Zip: #{result.postal_code}\"\n      puts \"Country: #{result.country}\"\n      puts \"Lat: #{result.lat}\"\n      puts \"Lng: #{result.lng}\"\n    end\n\nOr, by IP-Address:\n\n    result = Where.is \"173.194.33.104\"\n    ...\n\nTesting\n-------\n\nRun the spec suite by running:\n\n    rspec\n\nCopyright\n---------\n\nCopyright (c) 2013 Matt Venables. See LICENSE.txt for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fwhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenables%2Fwhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fwhere/lists"}