{"id":27376979,"url":"https://github.com/algoristic/tinyparams-async","last_synced_at":"2026-02-28T04:38:49.220Z","repository":{"id":285685425,"uuid":"959009425","full_name":"algoristic/tinyparams-async","owner":"algoristic","description":"Rxjs wrapper for @algoristic/tinyparams","archived":false,"fork":false,"pushed_at":"2025-04-02T06:27:56.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T22:30:45.785Z","etag":null,"topics":["async","location","parameters","query","rxjs","search","url"],"latest_commit_sha":null,"homepage":"","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/algoristic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-02T05:56:47.000Z","updated_at":"2025-07-24T14:38:00.000Z","dependencies_parsed_at":"2025-04-02T06:11:21.570Z","dependency_job_id":"d5418e3a-d832-4d5f-b8cf-a7fb45959740","html_url":"https://github.com/algoristic/tinyparams-async","commit_stats":null,"previous_names":["algoristic/tinyparams-async"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/algoristic/tinyparams-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoristic%2Ftinyparams-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoristic%2Ftinyparams-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoristic%2Ftinyparams-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoristic%2Ftinyparams-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algoristic","download_url":"https://codeload.github.com/algoristic/tinyparams-async/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algoristic%2Ftinyparams-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275691196,"owners_count":25510501,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["async","location","parameters","query","rxjs","search","url"],"created_at":"2025-04-13T12:57:52.191Z","updated_at":"2025-09-18T00:53:15.302Z","avatar_url":"https://github.com/algoristic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @algoristic/tinyparams-async\n\n\u003e [`rxjs`](https://www.npmjs.com/package/rxjs) wrapper for [`@algoristic/tinyparams`](https://www.npmjs.com/package/@algoristic/tinyparams).\n\n## Installation\n\n```sh\nnpm i @algoristic/tinyparams-async\n```\n\n## Usage\n\n```ts\nimport { params } from '@algoristic/tinyparams-async';\n```\n\n### Observe single params\n\n```ts\nparams('foo')\n  .observe()\n  .subscribe((value) =\u003e {\n    console.log(`foo=${foo}`);\n  });\n\nparams('foo')\n  .observe()\n  .pipe(pairwise(), startWith(undefined))\n  .subscribe(([prev, curr]) =\u003e {\n    console.log(`previous=${prev}, current=${curr}`);\n  });\n```\n\n#### Observe all params\n\n```ts\nparams.observe().subscribe((snapshot) =\u003e {\n  console.log(snapshot.entries());\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoristic%2Ftinyparams-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgoristic%2Ftinyparams-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgoristic%2Ftinyparams-async/lists"}