{"id":19537593,"url":"https://github.com/elixircl/placesfind","last_synced_at":"2025-02-26T04:27:35.928Z","repository":{"id":237384994,"uuid":"645459831","full_name":"ElixirCL/placesfind","owner":"ElixirCL","description":"🛰️ Use Google Places to Find Coordinates for a Given Address","archived":false,"fork":false,"pushed_at":"2023-05-25T17:48:38.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T18:13:53.241Z","etag":null,"topics":["elixir","google","places"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/ElixirCL.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":"2023-05-25T17:48:00.000Z","updated_at":"2023-07-30T01:53:36.000Z","dependencies_parsed_at":"2024-05-01T06:45:28.894Z","dependency_job_id":"065d9df9-69aa-46dc-b68b-e547c9b2ba10","html_url":"https://github.com/ElixirCL/placesfind","commit_stats":null,"previous_names":["elixircl/placesfind"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElixirCL%2Fplacesfind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElixirCL%2Fplacesfind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElixirCL%2Fplacesfind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElixirCL%2Fplacesfind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElixirCL","download_url":"https://codeload.github.com/ElixirCL/placesfind/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240791958,"owners_count":19858359,"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":["elixir","google","places"],"created_at":"2024-11-11T02:28:35.097Z","updated_at":"2025-02-26T04:27:35.850Z","avatar_url":"https://github.com/ElixirCL.png","language":"Elixir","readme":"# Google Place Coordinate Finder\n\nFind the coordinates (latitude and longitude) using the [Places API](https://developers.google.com/maps/documentation/places/web-service/overview) for a given address.\n\n## Usage\n\n```elixir\niex\u003e Find.coords(\"#$$$$$$\")\n{:error, %ElixirCL.Places.Find.Error{address: \"#$$$$$$\", code: \"ZERO_RESULTS\", message: \"No results found\"}}\n```\n\n```elixir\niex\u003e Find.coords(\"La Moneda, Santiago\")\n{:ok, %ElixirCL.Places.Find.Coords{address: \"La Moneda, Santiago\", lat: -33.4429091, lon: -70.6538699}}\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `elixircl_places_find` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:elixircl_places_find, github: \"elixircl/placesfind\"}\n  ]\nend\n```\n\n## Configuration\nBe sure to add [Google Maps API Key](https://console.cloud.google.com/google/maps-apis/credentials) in `config/config.exs` or set `GOOGLE_MAPS_API_KEY` env.\n\nSee [Google Maps Elixir](https://github.com/sntran/google_maps) for more info.\n\n## Credits\n\n- Made with \u003ci class=\"fa fa-heart\"\u003e\u0026#9829;\u003c/i\u003e by \u003ca href=\"https://ninjas.cl\" target=\"_blank\"\u003eNinjas.cl\u003c/a\u003e.\n\n- Special Thanks To [@takakeiji](https://github.com/TakaKeiji)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixircl%2Fplacesfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixircl%2Fplacesfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixircl%2Fplacesfind/lists"}