{"id":18569317,"url":"https://github.com/rayhanadev/crosis4furrets","last_synced_at":"2025-10-11T17:41:30.039Z","repository":{"id":246869867,"uuid":"507125985","full_name":"rayhanadev/crosis4furrets","owner":"rayhanadev","description":"An abstraction layer on top of @replit/crosis that makes Repl connection management and operations so easy, a Furret could do it! 🎉","archived":false,"fork":false,"pushed_at":"2023-03-26T19:35:45.000Z","size":900,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T14:13:22.200Z","etag":null,"topics":["crosis","crosis4furrets","goval","protobuf3","protocol","replit","replit-api","replit-cli"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rayhanadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-06-24T19:42:52.000Z","updated_at":"2024-07-02T06:55:30.000Z","dependencies_parsed_at":"2024-07-05T16:59:23.092Z","dependency_job_id":"54483375-cdad-4f9d-b702-ba886fe4ca65","html_url":"https://github.com/rayhanadev/crosis4furrets","commit_stats":{"total_commits":37,"total_committers":4,"mean_commits":9.25,"dds":0.5945945945945945,"last_synced_commit":"7dcb1a076b6c36951341fc342d15c0eeb7bf2808"},"previous_names":["rayhanadev/crosis4furrets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayhanadev%2Fcrosis4furrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayhanadev%2Fcrosis4furrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayhanadev%2Fcrosis4furrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rayhanadev%2Fcrosis4furrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rayhanadev","download_url":"https://codeload.github.com/rayhanadev/crosis4furrets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254425286,"owners_count":22069126,"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":["crosis","crosis4furrets","goval","protobuf3","protocol","replit","replit-api","replit-cli"],"created_at":"2024-11-06T22:33:44.779Z","updated_at":"2025-10-11T17:41:24.988Z","avatar_url":"https://github.com/rayhanadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./.docs/banner.png)\n\n# Crosis4Furrets\n\nAn abstraction layer on top of [@replit/crosis](https://www.npmjs.com/package/@replit/crosis)\nthat makes Repl connection management and operations so easy, a Furret could do it! :tada:\n\n\u003e The latest version of `crosis4furrets@1.3.0-beta.*` is bleeding edge, it is recommended you\n\u003e use `crosis4furrets@1.2.x` for your projects.\n\n## Install\n\n```sh\n# with NPM\n$ npm install crosis4furrets@1.2.x\n\n# with Yarn\n$ yarn add crosis4furrets@1.2.x\n```\n\n## Usage\n\n### Main API\n\n```js\nimport { Client } from 'crosis4furrets';\nconst client = new Client({\n  token: process.env.REPLIT_TOKEN,\n  replId: process.env.REPLIT_REPL_ID,\n});\n```\n\nwhich returns a [`\u003cClient\u003e`](#client). See [DOCUMENTATION.md](./DOCUMENTATION.md) for docs on how\nto use Crosis4Furrets.\n\n## Example\n\n```js\nimport { Client } from 'crosis4furrets';\n\nconst client = new Client({\n  token: process.env.REPLIT_TOKEN,\n  replId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',\n});\n\nawait client.connect();\nconsole.log('Read:\\n', await client.read('index.js', 'utf-8'));\n```\n\n### Access Keys\n\nRun the following command in your Repl to get its **Repl ID**:\n\n```bash\n$ echo $REPL_ID\n```\n\nor alternatively make a [GraphQL Request](https://replit.com/graphql)\nwith the following query:\n\n```graphql\nquery ReplID ($url: String) {\n  repl(url: $url) {\n    ...on Repl { id }\n  }\n}\n```\n\n```json\n{\n  \"url\": \"/@\u003cusername\u003e/\u003crepl_slug\u003e\"\n}\n```\n\nTo get a **Replit Token**, you can visit [this Repl](https://login-test.rayhanadev.repl.co).\n\n## Contributing\n\nThis project is in active development and we would love some :sparkles: fabulous\n:sparkles: contributions! To get started, visit our [Contributing](https://github.com/rayhanadev/crosis4furrets/blob/main/CONTRIBUTING.md)\ndocumentation.\n\n## Licensing\n\nThis project is licensed under the MIT License. For more information, see [LICENSE](https://github.com/rayhanadev/crosis4furrets/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayhanadev%2Fcrosis4furrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayhanadev%2Fcrosis4furrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayhanadev%2Fcrosis4furrets/lists"}