{"id":46451383,"url":"https://github.com/shahradelahi/axios-throttle-interceptor","last_synced_at":"2026-03-06T00:30:51.499Z","repository":{"id":279459984,"uuid":"899515072","full_name":"shahradelahi/axios-throttle-interceptor","owner":"shahradelahi","description":"🚦 A lightweight Axios request throttling interceptor","archived":false,"fork":false,"pushed_at":"2026-03-05T17:27:14.000Z","size":67,"stargazers_count":36,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T20:14:22.870Z","etag":null,"topics":["axios","interceptor","rate-limiting","throttle"],"latest_commit_sha":null,"homepage":"https://npmjs.com/axios-throttle-interceptor","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/shahradelahi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-06T12:30:02.000Z","updated_at":"2026-02-22T20:23:32.000Z","dependencies_parsed_at":"2025-03-13T16:37:29.913Z","dependency_job_id":"fd75163d-e9e2-444f-a17f-ac3e7067560a","html_url":"https://github.com/shahradelahi/axios-throttle-interceptor","commit_stats":null,"previous_names":["shahradelahi/axios-throttle-interceptor"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shahradelahi/axios-throttle-interceptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Faxios-throttle-interceptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Faxios-throttle-interceptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Faxios-throttle-interceptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Faxios-throttle-interceptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahradelahi","download_url":"https://codeload.github.com/shahradelahi/axios-throttle-interceptor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahradelahi%2Faxios-throttle-interceptor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["axios","interceptor","rate-limiting","throttle"],"created_at":"2026-03-06T00:30:50.499Z","updated_at":"2026-03-06T00:30:51.485Z","avatar_url":"https://github.com/shahradelahi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axios-throttle-interceptor\n\n[![CI](https://github.com/shahradelahi/axios-throttle-interceptor/actions/workflows/ci.yml/badge.svg)](https://github.com/shahradelahi/axios-throttle-interceptor/actions/workflows/ci.yml)\n[![NPM Version](https://img.shields.io/npm/v/axios-throttle-interceptor.svg)](https://www.npmjs.com/package/axios-throttle-interceptor)\n[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](/LICENSE)\n![npm bundle size](https://img.shields.io/bundlephobia/minzip/axios-throttle-interceptor)\n[![Install Size](https://packagephobia.com/badge?p=axios-throttle-interceptor)](https://packagephobia.com/result?p=axios-throttle-interceptor)\n\n## 📦 Installation\n\n```bash\nnpm install axios axios-throttle-interceptor\n```\n\n\u003cdetails\u003e\n\u003csummary\u003eInstall using your favorite package manager\u003c/summary\u003e\n\n**pnpm**\n\n```bash\npnpm install axios axios-throttle-interceptor\n```\n\n**yarn**\n\n```bash\nyarn add axios axios-throttle-interceptor\n```\n\n\u003c/details\u003e\n\n## 🚀 Usage\n\n```typescript\nimport axios from 'axios';\nimport axiosThrottle from 'axios-throttle-interceptor';\n\nconst instance = axios.create();\n\naxiosThrottle(instance, {\n  limit: 5,\n  interval: 1000,\n  onDelay: () =\u003e console.log('Request delayed due to throttling.'),\n});\n\ninstance.get('...'); // The requests are now throttled.\n```\n\n## 🤝 Contributing\n\nWant to contribute? Awesome! To show your support is to star the project, or to raise issues on [GitHub](https://github.com/shahradelahi/axios-throttle-interceptor)\n\nThanks again for your support, it is much appreciated! 🙏\n\n## License\n\n[MIT](/LICENSE) © [Shahrad Elahi](https://github.com/shahradelahi) and [contributors](https://github.com/shahradelahi/axios-throttle-interceptor/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahradelahi%2Faxios-throttle-interceptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahradelahi%2Faxios-throttle-interceptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahradelahi%2Faxios-throttle-interceptor/lists"}