{"id":24087620,"url":"https://github.com/cabraviva/zget","last_synced_at":"2026-04-19T05:32:43.541Z","repository":{"id":129004320,"uuid":"290480210","full_name":"cabraviva/zGET","owner":"cabraviva","description":"A cool Javascript framework to make XMLHttpRequest easier to use!","archived":false,"fork":false,"pushed_at":"2023-04-22T19:12:18.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T03:28:41.425Z","etag":null,"topics":["fetch","framework","javascript","js-framework","xmlhttprequest","zget"],"latest_commit_sha":null,"homepage":"https://greencoder001.github.io/zGET/","language":"JavaScript","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/cabraviva.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":"2020-08-26T11:40:29.000Z","updated_at":"2022-05-16T19:27:54.000Z","dependencies_parsed_at":"2025-01-10T03:27:51.022Z","dependency_job_id":"c3a5eb71-f114-4181-b35d-f82e0dcba350","html_url":"https://github.com/cabraviva/zGET","commit_stats":null,"previous_names":["cabraviva/zget"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabraviva%2FzGET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabraviva%2FzGET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabraviva%2FzGET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cabraviva%2FzGET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cabraviva","download_url":"https://codeload.github.com/cabraviva/zGET/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240980709,"owners_count":19888324,"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":["fetch","framework","javascript","js-framework","xmlhttprequest","zget"],"created_at":"2025-01-10T03:27:44.150Z","updated_at":"2025-10-25T23:15:04.610Z","avatar_url":"https://github.com/cabraviva.png","language":"JavaScript","readme":"[![](https://data.jsdelivr.com/v1/package/gh/greencoder001/zget/badge)](https://www.jsdelivr.com/package/gh/greencoder001/zget)\n\n**NOTE: zGET is deprecated, as it was replaced by [knorry](https://github.com/greencoder001/knorry). You can still use zGET, but it won't receive any updates**\n\n# zGET\nA cool Javascript framework to make XMLHttpRequest easier to use!\n\n## Install:\n\n### GitHub\n**Use the latest version:**\n\nAdd this to your html:\n```html\n\u003cscript type=\"text/javascript\" src=\"https://greencoder001.github.io/zGET/dist/bundle.js\"\u003e\u003c/script\u003e\n```\n\nor\n### jsdelivr\n**Use the latest version with jsdelivr:**\n\nAdd this to your html:\n```html\n\u003cscript type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/greencoder001/zGET@latest/dist/bundle.js\"\u003e\u003c/script\u003e\n```\n\nor\n### Local:\n**Use a specific version:**\n\nDownload the latest release, unpack it and add this html:\n```html\n\u003cscript type=\"text/javascript\" src=\"/your/path/to/dist/bundle.js\"\u003e\u003c/script\u003e\n```\n\n## Examples:\n### 01 - Get stargazers of a github repository\n```js\nzGET({\n  url: 'https://api.github.com/repos/greencoder001/zGET/stargazers'\n}).then(value =\u003e {\n  JSON.parse(value).forEach((stargazer) =\u003e {\n    console.log('Stargazer:', stargazer.login)\n  })\n})\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabraviva%2Fzget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcabraviva%2Fzget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabraviva%2Fzget/lists"}