{"id":13715702,"url":"https://github.com/slate/slate-irc","last_synced_at":"2025-04-08T11:14:51.796Z","repository":{"id":56506747,"uuid":"13684128","full_name":"slate/slate-irc","owner":"slate","description":"Node.js IRC client library","archived":false,"fork":false,"pushed_at":"2025-03-07T13:47:17.000Z","size":4827,"stargazers_count":206,"open_issues_count":6,"forks_count":23,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-01T09:34:01.694Z","etag":null,"topics":[],"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/slate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2013-10-18T17:10:04.000Z","updated_at":"2025-03-07T13:47:20.000Z","dependencies_parsed_at":"2023-10-11T21:16:26.472Z","dependency_job_id":"c308ba5f-703d-4eac-9dc3-d4a510f4716f","html_url":"https://github.com/slate/slate-irc","commit_stats":{"total_commits":195,"total_committers":18,"mean_commits":"10.833333333333334","dds":0.7076923076923076,"last_synced_commit":"682878aa5485c3424d211d2bd775159aa9e96507"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slate%2Fslate-irc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slate%2Fslate-irc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slate%2Fslate-irc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slate%2Fslate-irc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slate","download_url":"https://codeload.github.com/slate/slate-irc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829512,"owners_count":21002997,"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-08-03T00:01:02.346Z","updated_at":"2025-04-08T11:14:51.777Z","avatar_url":"https://github.com/slate.png","language":"JavaScript","funding_links":[],"categories":["Frameworks"],"sub_categories":["Self-hosted"],"readme":"slate-irc [![version] ![downloads]][npm]\n========\nGeneral purpose IRC client for nodejs. See **[documentation]** for the details.\n\n- Plugin system\n- Simple api\n- Arbitrary input stream\n- **[DEBUG]** support for easy debugging\n\n```bash\npnpm add -D slate-irc-parser\n```\n```js\nimport irc from 'slate-irc'\nimport { connect } from 'node:tls'\n\nconst stream = connect({\n  port: 6697,\n  host: 'irc.libera.chat',\n})\n\nconst client = irc(stream)\n\n// logger\nclient.use((irc) =\u003e {\n  irc.stream.pipe(process.stdout)\n})\n\nclient.pass('pass')\nclient.nick('tobi')\nclient.user('tobi', 'Tobi Ferret')\nclient.join('#express')\nclient.names('#express', (_err, names) =\u003e {\n  console.log(names)\n})\n```\n\nTo see more examples, please check the [`examples`](examples) directory.\n\n\u0026nbsp;\n\n--------\n*slate-irc* is primarily distributed under the terms of the [MIT license]. See\n[COPYRIGHT] for details.\n\n[version]: https://badgen.net/npm/v/slate-irc\n[downloads]: https://badgen.net/npm/dt/slate-irc\n[npm]: https://npmjs.org/package/slate-irc\n\n[documentation]: docs.md\n[DEBUG]: https://github.com/visionmedia/debug\n\n[MIT license]: LICENSE\n[COPYRIGHT]: COPYRIGHT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslate%2Fslate-irc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslate%2Fslate-irc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslate%2Fslate-irc/lists"}