{"id":20056855,"url":"https://github.com/makarasty/pingerminecraft","last_synced_at":"2025-05-05T14:30:58.973Z","repository":{"id":164144131,"uuid":"639600130","full_name":"makarasty/pingerMinecraft","owner":"makarasty","description":"💎 A Nodejs library that allows you to get information about the minecart server using https://api.mcsrvstat.us/","archived":false,"fork":false,"pushed_at":"2024-07-16T11:19:35.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T04:32:51.131Z","etag":null,"topics":["fetcher","minecraft","minecraft-server","ping","pinger","poster"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/makarasty.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-11T20:00:09.000Z","updated_at":"2024-08-04T02:03:23.000Z","dependencies_parsed_at":"2024-07-16T13:33:10.259Z","dependency_job_id":"e7fa5b5a-b93d-4d34-891f-5e2b6f4ace53","html_url":"https://github.com/makarasty/pingerMinecraft","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.3125,"last_synced_commit":"c4d480e9d3dd40d97fd9a8f0b3c4ccd9befa7471"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makarasty%2FpingerMinecraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makarasty%2FpingerMinecraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makarasty%2FpingerMinecraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makarasty%2FpingerMinecraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makarasty","download_url":"https://codeload.github.com/makarasty/pingerMinecraft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252514860,"owners_count":21760451,"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":["fetcher","minecraft","minecraft-server","ping","pinger","poster"],"created_at":"2024-11-13T12:56:45.543Z","updated_at":"2025-05-05T14:30:58.725Z","avatar_url":"https://github.com/makarasty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This library uses https://api.mcsrvstat.us/ !\n\n**Nodejs** library that allows you to get **information** about the minecraft server\n\n# Install\n`npm i pingerminecraft`\n\n# OS Dependencies\n- Node.js\n\n# Lib Dependencies\n- undici\n\n![image](https://github.com/user-attachments/assets/fd7fe3a3-aea5-4bf6-814a-0133ce44ab05)\n\n# Example 1: Async Function\n```js\nconst pingerMinecraft = require(\"pingerminecraft\")\n\nconst data = await pingerMinecraft('95.216.62.176:25565')\n\nconsole.log(data)\n```\n\n# Example 2: Then constructs\n```js\nconst pingerMinecraft = require(\"pingerminecraft\")\n\npingerMinecraft('95.216.62.176:25565')\n\t.then(data =\u003e console.log(data))\n\t.catch(error =\u003e console.error(error))\n```\n\n# Example 2: Then constructs, bedrock true\n```js\nconst pingerMinecraft = require(\"pingerminecraft\")\n\npingerMinecraft('95.216.62.176:25566', true)\n\t.then(console.log)\n\t.catch(console.error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakarasty%2Fpingerminecraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakarasty%2Fpingerminecraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakarasty%2Fpingerminecraft/lists"}