{"id":27157109,"url":"https://github.com/remscodes/drino-rx","last_synced_at":"2025-04-08T20:53:36.778Z","repository":{"id":195999491,"uuid":"693892246","full_name":"remscodes/drino-rx","owner":"remscodes","description":"Plugin to use RxJS in Drino","archived":false,"fork":false,"pushed_at":"2023-09-20T21:00:09.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T11:02:17.035Z","etag":null,"topics":["drino","plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/drino-rx","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/remscodes.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}},"created_at":"2023-09-19T23:31:30.000Z","updated_at":"2024-04-27T17:21:13.000Z","dependencies_parsed_at":"2023-09-21T00:20:29.549Z","dependency_job_id":null,"html_url":"https://github.com/remscodes/drino-rx","commit_stats":null,"previous_names":["remscodes/drino-rx"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remscodes%2Fdrino-rx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remscodes%2Fdrino-rx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remscodes%2Fdrino-rx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remscodes%2Fdrino-rx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remscodes","download_url":"https://codeload.github.com/remscodes/drino-rx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927287,"owners_count":21019506,"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":["drino","plugin"],"created_at":"2025-04-08T20:53:36.193Z","updated_at":"2025-04-08T20:53:36.771Z","avatar_url":"https://github.com/remscodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eDrino Rx\u003c/h1\u003e\n    \u003cp\u003ePlugin to use RxJS in Drino\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![github ci](https://img.shields.io/github/actions/workflow/status/remscodes/drino-rx/npm-ci.yml.svg?\u0026logo=github\u0026label=CI\u0026style=for-the-badge)](https://github.com/remscodes/drino-rx/actions/workflows/npm-ci.yml)\n[![codecov coverage](https://img.shields.io/codecov/c/github/remscodes/drino-rx/main.svg?style=for-the-badge\u0026logo=codecov)](https://codecov.io/gh/remscodes/drino-rx)\n[![npm version](https://img.shields.io/npm/v/drino-rx.svg?\u0026style=for-the-badge\u0026logo=npm)](https://www.npmjs.org/package/drino-rx)\n[![bundle size](https://img.shields.io/bundlephobia/minzip/drino-rx.svg?style=for-the-badge)](https://bundlephobia.com/package/drino-rx)\n[![license](https://img.shields.io/github/license/remscodes/drino-rx.svg?style=for-the-badge)](LICENSE)\n\n\u003c/div\u003e\n\n## Installation\n\n```shell\nnpm install drino-rx\n```\n\n## Usage\n\n```ts\nimport drino from 'drino';\nimport drinoRx from 'drino-rx';\nimport { map } from 'rxjs';\n\ndrino.use(drinoRx);\n\ndrino.get('/my-api')\n  .toObservable()\n  .pipe(map(res =\u003e res.name))\n  .subscribe({\n    next: name =\u003e {\n      // handle value \n    }\n  });\n```\n\n## License\n\n[MIT](LICENSE) © Rémy Abitbol.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremscodes%2Fdrino-rx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremscodes%2Fdrino-rx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremscodes%2Fdrino-rx/lists"}