{"id":19273305,"url":"https://github.com/iwstkhr/exp-backoff-counter","last_synced_at":"2025-06-21T09:05:29.958Z","repository":{"id":134123899,"uuid":"476843449","full_name":"iwstkhr/exp-backoff-counter","owner":"iwstkhr","description":"Exponential backoff counter using rxjs","archived":false,"fork":false,"pushed_at":"2024-08-31T15:01:02.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T14:21:11.520Z","etag":null,"topics":["counter","exponential-backoff","rxjs"],"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/iwstkhr.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":"2022-04-01T19:23:04.000Z","updated_at":"2024-08-31T15:01:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2fbf22c6-167c-423b-b7c9-fa5b5c7f19ab","html_url":"https://github.com/iwstkhr/exp-backoff-counter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwstkhr%2Fexp-backoff-counter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwstkhr%2Fexp-backoff-counter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwstkhr%2Fexp-backoff-counter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwstkhr%2Fexp-backoff-counter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwstkhr","download_url":"https://codeload.github.com/iwstkhr/exp-backoff-counter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240378872,"owners_count":19792039,"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":["counter","exponential-backoff","rxjs"],"created_at":"2024-11-09T20:42:05.283Z","updated_at":"2025-02-23T20:42:24.841Z","avatar_url":"https://github.com/iwstkhr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exp-backoff-counter\nAn exponential backoff counter using rxjs.\n\n## Install\n```\nnpm install https://github.com/iwstkhr/exp-backoff-counter.git\n```\n\n## Usage\n```typescript\nimport { ExpBackoffCounter } from '@iwstkhr/exp-backoff-counter';\n\nconst counter = new ExpBackoffCounter();\ncounter.counter$.subscribe(value =\u003e console.warn(value));\ncounter.next(2);\n// Output\n// 3\n// 2\n// 1\n// 0\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwstkhr%2Fexp-backoff-counter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwstkhr%2Fexp-backoff-counter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwstkhr%2Fexp-backoff-counter/lists"}