{"id":17721219,"url":"https://github.com/dylhack/rcon.js","last_synced_at":"2025-03-31T13:18:22.623Z","repository":{"id":98518231,"uuid":"209392368","full_name":"dylhack/rcon.js","owner":"dylhack","description":"An RCON client for Node.JS developers","archived":false,"fork":false,"pushed_at":"2021-10-21T22:50:05.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T00:35:24.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylhack.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":"2019-09-18T19:53:48.000Z","updated_at":"2021-02-02T18:40:20.000Z","dependencies_parsed_at":"2023-07-04T07:36:54.093Z","dependency_job_id":null,"html_url":"https://github.com/dylhack/rcon.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Frcon.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Frcon.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Frcon.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylhack%2Frcon.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylhack","download_url":"https://codeload.github.com/dylhack/rcon.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473279,"owners_count":20783236,"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-25T15:32:27.237Z","updated_at":"2025-03-31T13:18:22.600Z","avatar_url":"https://github.com/dylhack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RCON.js\nAn RCON client for NodeJS developers. \n\n## Example Usage\n```javascript\nconst {Client} = require('rcon.js');\nconst client = new Client('127.0.0.1', 25575);\n\nclient.login('password')\n    .then(async () =\u003e {\n        const response = await client.command('seed');\n        console.log(response.body);\n    });\n```\n\n## Further Documentation\nRefer to [docs](./docs/globals.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhack%2Frcon.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylhack%2Frcon.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylhack%2Frcon.js/lists"}