{"id":19153081,"url":"https://github.com/astei/mcping-elixir","last_synced_at":"2025-05-07T05:50:44.047Z","repository":{"id":57522043,"uuid":"141485770","full_name":"astei/mcping-elixir","owner":"astei","description":"A simple library to ping Minecraft: Java Edition servers using Elixir.","archived":false,"fork":false,"pushed_at":"2024-08-11T20:42:22.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T01:27:16.546Z","etag":null,"topics":["elixir","minecraft","server-list"],"latest_commit_sha":null,"homepage":null,"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/astei.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":"2018-07-18T20:19:48.000Z","updated_at":"2024-08-11T20:42:25.000Z","dependencies_parsed_at":"2023-12-30T08:01:44.955Z","dependency_job_id":null,"html_url":"https://github.com/astei/mcping-elixir","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"f5f8a1e5639e979c8448ce3720351d23f0e9f3cc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fmcping-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fmcping-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fmcping-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astei%2Fmcping-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astei","download_url":"https://codeload.github.com/astei/mcping-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823693,"owners_count":21809709,"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","minecraft","server-list"],"created_at":"2024-11-09T08:20:44.361Z","updated_at":"2025-05-07T05:50:44.021Z","avatar_url":"https://github.com/astei.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCPing\n\nThis is a simple library that you can use to ping _Minecraft: Java Edition_ servers\nusing Elixir. It's built primarily on Erlang's `gen_tcp` support, and the response\nJSON is deserialized automatically with [Jason](https://github.com/michalmuskala/jason).\n\n## How to Use It\n\nIt's pretty easy. Here's how you might use it:\n\n```elixir\n{:ok, response} = MCPing.get_info(\"mc.hypixel.net\")\n```\n\n`get_info` takes three parameters, of which only the `address` is required.\nThe return value is a tuple:\n\n* `{:ok, status}` - we were able to contact the server successfully.\n* `{:error, reason}` - we were unable to contact the server (the `reason` is usually from\n  the underlying `gen_tcp` client).\n\nThe docs can be found at [https://hexdocs.pm/mcping](https://hexdocs.pm/mcping).\n\n## Installation\n\nThis package can be installed by adding `mcping` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:mcping, \"~\u003e 0.2.0\"}\n  ]\nend\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastei%2Fmcping-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastei%2Fmcping-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastei%2Fmcping-elixir/lists"}