{"id":20455463,"url":"https://github.com/bitloops/ts-bitloops-ermis-subscriber","last_synced_at":"2026-04-15T00:31:33.823Z","repository":{"id":44523187,"uuid":"512797265","full_name":"bitloops/ts-bitloops-ermis-subscriber","owner":"bitloops","description":"Bitloops Ermis Subscriber - TypeScript","archived":false,"fork":false,"pushed_at":"2022-07-14T10:44:38.000Z","size":10093,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T10:23:10.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitloops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-11T14:48:16.000Z","updated_at":"2022-07-12T09:54:35.000Z","dependencies_parsed_at":"2022-07-19T12:58:22.526Z","dependency_job_id":null,"html_url":"https://github.com/bitloops/ts-bitloops-ermis-subscriber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitloops/ts-bitloops-ermis-subscriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitloops%2Fts-bitloops-ermis-subscriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitloops%2Fts-bitloops-ermis-subscriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitloops%2Fts-bitloops-ermis-subscriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitloops%2Fts-bitloops-ermis-subscriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitloops","download_url":"https://codeload.github.com/bitloops/ts-bitloops-ermis-subscriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitloops%2Fts-bitloops-ermis-subscriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-15T11:19:00.012Z","updated_at":"2026-04-15T00:31:33.803Z","avatar_url":"https://github.com/bitloops.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bitloops](https://storage.googleapis.com/wwwbitloopscom/bitloops-logo_320x80.png)\n\n# bitloops-ermis-subscriber\n\nBitloops Ermis subscriber library for the browser and node.js written in TypeScript\n\n## Usage\n\n### Installing\n\nUsing npm:\n\n```bash\n$ npm install bitloops-ermis-subscriber\n```\n\nUsing yarn:\n\n```bash\n$ yarn add bitloops-ermis-subscriber\n```\n\n### TypeScript Frontend usage Example\n\n```ts\nimport app from 'bitloops-ermis-subscriber';\n\n// You will get this from your Console in your Workflow information\nconst bitloopsConfig = {\n\tapiKey: \"kgyst344ktst43kyygk4tkt4s\",\n\tserver: \"bitloops.net\",\n\tenvironmentId: \"3c42a5ef-fe21-4b50-8128-8596ea47da93\",\n\tworkspaceId: \"4f7a0fc5-fe2f-450a-b246-11a0873e91f0\",\n\tmessagingSenderId: \"742387243782\",\n}\n\nconst bitloops = app.initialize(bitloopsConfig);\n\nbitloops.subscribe('my-topic', 'my-event', (data: any) =\u003e { console.log('received my-event data', data)});\n\n## Questions?\n\nPlease post your questions on [Stack Overflow](https://stackoverflow.com) making sure you use the **Bitloops** tag and someone from the Bitloops team or the community will make sure to help you.\n\nAlternatively feel free to [submit an Issue on GitHub](https://github.com/bitloops/bitloops-ermis-subscriber/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitloops%2Fts-bitloops-ermis-subscriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitloops%2Fts-bitloops-ermis-subscriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitloops%2Fts-bitloops-ermis-subscriber/lists"}