{"id":30059976,"url":"https://github.com/tiaanduplessis/axios-timed","last_synced_at":"2025-08-08T01:41:17.032Z","repository":{"id":66077113,"uuid":"173288473","full_name":"tiaanduplessis/axios-timed","owner":"tiaanduplessis","description":"Time axios requests","archived":false,"fork":false,"pushed_at":"2019-06-02T22:58:59.000Z","size":78,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T05:29:50.210Z","etag":null,"topics":["axios","miliseconds","ms","timed"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tiaanduplessis.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}},"created_at":"2019-03-01T11:09:36.000Z","updated_at":"2019-03-01T11:11:14.000Z","dependencies_parsed_at":"2023-02-20T17:46:05.141Z","dependency_job_id":null,"html_url":"https://github.com/tiaanduplessis/axios-timed","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"4e27d27fc0f31ca56820277a68d56a71a33552e9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tiaanduplessis/axios-timed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Faxios-timed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Faxios-timed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Faxios-timed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Faxios-timed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiaanduplessis","download_url":"https://codeload.github.com/tiaanduplessis/axios-timed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Faxios-timed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269352394,"owners_count":24402671,"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-08-07T02:00:09.698Z","response_time":73,"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":["axios","miliseconds","ms","timed"],"created_at":"2025-08-08T01:41:04.254Z","updated_at":"2025-08-08T01:41:17.012Z","avatar_url":"https://github.com/tiaanduplessis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# axios-timed\n[![package version](https://img.shields.io/npm/v/axios-timed.svg?style=flat-square)](https://npmjs.org/package/axios-timed)\n[![package downloads](https://img.shields.io/npm/dm/axios-timed.svg?style=flat-square)](https://npmjs.org/package/axios-timed)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![package license](https://img.shields.io/npm/l/axios-timed.svg?style=flat-square)](https://npmjs.org/package/axios-timed)\n[![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\u003e Time axios requests\n\n## Table of Contents\n\n- [axios-timed](#axios-timed)\n\t- [Table of Contents](#table-of-contents)\n\t- [Install](#install)\n\t- [Usage](#usage)\n\t- [Contribute](#contribute)\n\t- [License](#license)\n\n## Install\n\nThis project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com). \n\n```sh\n$ npm install axios-timed\n$ # OR\n$ yarn add axios-timed\n```\n\n## Usage\n\n```js\nimport axios from 'axios'\nimport axiosTimed from 'axios-timed'\n\naxiosTimed(axios, response =\u003e console.log('ms', response.config.ms))\n\naxios\n\t.get('https://jsonplaceholder.typicode.com/todos/')\n\t.then(console.log)\n\t.catch(console.error)\n```\n\n## Contribute\n\n1. Fork it and create your feature branch: `git checkout -b my-new-feature`\n2. Commit your changes: `git commit -am \"Add some feature\"`\n3. Push to the branch: `git push origin my-new-feature`\n4. Submit a pull request\n\n## License\n\nMIT\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Faxios-timed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiaanduplessis%2Faxios-timed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Faxios-timed/lists"}