{"id":15164475,"url":"https://github.com/deeptimes/ezfetch","last_synced_at":"2026-01-22T10:34:41.978Z","repository":{"id":248499024,"uuid":"828858078","full_name":"deeptimes/ezfetch","owner":"deeptimes","description":"Easy to use fetch through simple wrapping ofetch","archived":false,"fork":false,"pushed_at":"2024-10-19T05:36:37.000Z","size":143,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T13:18:51.214Z","etag":null,"topics":["fetch","module","nuxt","usefetch","wrapper"],"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/deeptimes.png","metadata":{"files":{"readme":"README-EN.md","changelog":"CHANGELOG.md","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":"2024-07-15T09:11:44.000Z","updated_at":"2024-10-19T05:36:41.000Z","dependencies_parsed_at":"2025-02-14T09:36:30.349Z","dependency_job_id":"f350cf6d-763d-41c0-9919-fd0344651b92","html_url":"https://github.com/deeptimes/ezfetch","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"d854470d0242cdfd644d2815fe60f15a7f62fb96"},"previous_names":["deeptimes/ezfetch"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/deeptimes/ezfetch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeptimes%2Fezfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeptimes%2Fezfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeptimes%2Fezfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeptimes%2Fezfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeptimes","download_url":"https://codeload.github.com/deeptimes/ezfetch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeptimes%2Fezfetch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28661874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["fetch","module","nuxt","usefetch","wrapper"],"created_at":"2024-09-27T03:24:05.748Z","updated_at":"2026-01-22T10:34:41.953Z","avatar_url":"https://github.com/deeptimes.png","language":"TypeScript","readme":"# EzFetch\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nThis module is for personal learning and communication. There are still some deficiencies in the types. I hope some experts can give me some advice.\n\n- [🌍 中文说明](https://github.com/deeptimes/ezfetch/blob/main/README.md)\n- [🏀 Online playground](https://stackblitz.com/edit/nuxt-starter-vpwwc4?file=README.md)\n\u003c!-- - [📖 \u0026nbsp;Documentation](https://example.com) --\u003e\n\n## Features\n- ⛰ \u0026nbsp;Foo\n- 🚠 \u0026nbsp;Bar\n- 🌲 \u0026nbsp;Baz\n\n## Quick Setup\nInstall the module to your Nuxt application with one command:\n\n```bash\nnpx nuxi module add @deeptimes/ezfetch\n# for pnpm\npnpx nuxi module add @deeptimes/ezfetch\n```\n\n## Manual Installation\n```bash\nnpm i @deeptimes/ezfetch\n# or\npnpm add @deeptimes/ezfetch\n```\n\nModify `nuxt.config.ts` and add `@deeptimes/ezfetch` to the `modules` array.\n\n```js\nexport default defineNuxtConfig({\n  modules: [\"@deeptimes/ezfetch\"]\n})\n```\n\nThat's it! You can now use My Module in your Nuxt app ✨\n\n\n## Contribution\n\n\u003cdetails\u003e\n  \u003csummary\u003eLocal development\u003c/summary\u003e\n  \n  ```bash\n  # Install dependencies\n  npm install\n  \n  # Generate type stubs\n  npm run dev:prepare\n  \n  # Develop with the playground\n  npm run dev\n  \n  # Build the playground\n  npm run dev:build\n  \n  # Run ESLint\n  npm run lint\n  \n  # Run Vitest\n  npm run test\n  npm run test:watch\n  \n  # Release new version\n  npm run release\n  ```\n\n\u003c/details\u003e\n\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@deeptimes/ezfetch/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://npmjs.com/package/@deeptimes/ezfetch\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@deeptimes/ezfetch.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://npmjs.com/package/@deeptimes/ezfetch\n\n[license-src]: https://img.shields.io/npm/l/@deeptimes/ezfetch.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://npmjs.com/package/@deeptimes/ezfetch\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeptimes%2Fezfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeptimes%2Fezfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeptimes%2Fezfetch/lists"}