{"id":16640379,"url":"https://github.com/loreanvictor/rxmetics","last_synced_at":"2025-07-05T07:03:50.905Z","repository":{"id":40286379,"uuid":"260702263","full_name":"loreanvictor/rxmetics","owner":"loreanvictor","description":"Arithmetic(s) for RxJS observables","archived":false,"fork":false,"pushed_at":"2023-03-04T16:37:24.000Z","size":1198,"stargazers_count":11,"open_issues_count":18,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-18T02:44:45.652Z","etag":null,"topics":["arithmetics","observables","rxjs","rxjs-observables"],"latest_commit_sha":null,"homepage":"https://loreanvictor.github.io/rxmetics","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/loreanvictor.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":"2020-05-02T14:17:40.000Z","updated_at":"2022-12-07T13:36:00.000Z","dependencies_parsed_at":"2024-10-28T11:11:45.714Z","dependency_job_id":"73360eca-deb7-41fe-9a6d-35657e667a61","html_url":"https://github.com/loreanvictor/rxmetics","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":"0.48275862068965514","last_synced_commit":"2439a3817c7a6183d8e3b7bef726e3cf95855780"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loreanvictor%2Frxmetics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loreanvictor%2Frxmetics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loreanvictor%2Frxmetics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loreanvictor%2Frxmetics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loreanvictor","download_url":"https://codeload.github.com/loreanvictor/rxmetics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822726,"owners_count":20516155,"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":["arithmetics","observables","rxjs","rxjs-observables"],"created_at":"2024-10-12T07:08:41.015Z","updated_at":"2025-03-21T15:32:15.851Z","avatar_url":"https://github.com/loreanvictor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](banner.svg)\n\n## _Arithmetics for RxJS observables._\n\n[![Build Status](https://badgen.net/travis/loreanvictor/rxmetics?label=build\u0026cache=300\u0026icon=travis)](https://travis-ci.org/loreanvictor/rxmetics)\n[![Code Coverage](https://badgen.net/codecov/c/github/loreanvictor/rxmetics?cache=300\u0026icon=codecov)](https://codecov.io/gh/loreanvictor/rxmetics)\n[![NPM Version](https://badgen.net/npm/v/rxmetics?cache=300\u0026icon=npm)](https://www.npmjs.com/package/rxmetics)\n[![License](https://badgen.net/github/license/loreanvictor/rxmetics?icon=github)](LICENSE)\n\n```bash\nnpm i rxmetics\n```\n\nThis is a minimal RxJS library for lazy people. Instead of this:\n\n```ts\nimport { combineLatest, ... } from 'rxjs';\nimport { map, ... } from 'rxjs/operators';\n\n// ...\n\ncombineLatest(a, b).pipe(map(([a, b]) =\u003e a + b))...\n```\n\nYou can do this:\n\n```ts\nimport { add } from 'rxmetics';\n\n// ...\n\nadd(a, b)...\n```\n\nOr this:\n\n```ts\nimport { add } from 'rxmetics/pipes';\n\n// ...\n\na.pipe(add(b))...\n```\n\nBut its not just for numbers (its RxJS arithmetic**s**):\n\n```ts\nimport { and, eq } from 'rxmetics';\n\n// ...\n\nand(a.pipe(eq(32)), b.pipe(eq('halo')))...\n```\n\n```ts\nimport { rxl } from 'rxmetics';\nimport { interval } from 'rxjs';\n\n// ...\n\nrxl`hellow ${interval(1000)}`.subscribe(console.log);\n\n// RESULT:\n// \u003e hellow\n// \u003e hellow 1\n// \u003e hellow 2\n// \u003e hellow 3\n// ...\n```\n\n[Check out the docs](https://loreanvictor.github.io/rxmetics) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floreanvictor%2Frxmetics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floreanvictor%2Frxmetics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floreanvictor%2Frxmetics/lists"}