{"id":13508249,"url":"https://github.com/sergey-chechaev/elixir_ipgeobase","last_synced_at":"2026-02-21T15:04:45.263Z","repository":{"id":57507384,"uuid":"58209573","full_name":"sergey-chechaev/elixir_ipgeobase","owner":"sergey-chechaev","description":"Find Russian and Ukraine city by IP address and find country for other country Elixir","archived":false,"fork":false,"pushed_at":"2020-03-03T21:38:42.000Z","size":11,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T02:32:14.001Z","etag":null,"topics":[],"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/sergey-chechaev.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-05-06T13:34:54.000Z","updated_at":"2023-11-30T10:38:13.000Z","dependencies_parsed_at":"2022-09-26T18:31:31.617Z","dependency_job_id":null,"html_url":"https://github.com/sergey-chechaev/elixir_ipgeobase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergey-chechaev/elixir_ipgeobase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergey-chechaev%2Felixir_ipgeobase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergey-chechaev%2Felixir_ipgeobase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergey-chechaev%2Felixir_ipgeobase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergey-chechaev%2Felixir_ipgeobase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergey-chechaev","download_url":"https://codeload.github.com/sergey-chechaev/elixir_ipgeobase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergey-chechaev%2Felixir_ipgeobase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29684076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T14:31:22.911Z","status":"ssl_error","status_checked_at":"2026-02-21T14:31:22.570Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-01T02:00:50.355Z","updated_at":"2026-02-21T15:04:45.229Z","avatar_url":"https://github.com/sergey-chechaev.png","language":"Elixir","funding_links":[],"categories":["Geolocation"],"sub_categories":[],"readme":"# Ipgeobase\n\n**Find Russian and Ukraine city by IP address and find country for other country. Source http://ipgeobase.ru/**\n\n  ## Examples\n\n      iex\u003e ip = Ipgeobase.find_by_ip(\"46.188.121.160\")\n      %Ipgeobase{city: \"Москва\", country: \"RU\"}\n      iex\u003e ip.city\n      \"Москва\"\n      iex\u003e ip.country\n      \"RU\"\n      \n      iex\u003e Ipgeobase.find_by_ip(\"5.10.159.255\")\n      %Ipgeobase{city: \"\", country: \"GB\"}\n      iex\u003e ip.country\n      \"GB\"\n\n## Installation\n\nIt [available in Hex](https://hex.pm/packages/ipgeobase/0.0.1), the package can be installed as:\n\n  1. Add ipgeobase to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:ipgeobase, \"~\u003e 0.0.1\"}]\n        end\n\n  2. Ensure ipgeobase is started before your application:\n\n        def application do\n          [applications: [:ipgeobase]]\n        end\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergey-chechaev%2Felixir_ipgeobase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergey-chechaev%2Felixir_ipgeobase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergey-chechaev%2Felixir_ipgeobase/lists"}