{"id":21822168,"url":"https://github.com/ethiclab/http-get","last_synced_at":"2025-10-25T22:08:45.847Z","repository":{"id":57112155,"uuid":"201437351","full_name":"ethiclab/http-get","owner":"ethiclab","description":"Simple http request that returns a Promise","archived":false,"fork":false,"pushed_at":"2019-08-09T12:38:11.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:43:02.462Z","etag":null,"topics":["get","http","request"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@ethiclab/http-get","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/ethiclab.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}},"created_at":"2019-08-09T09:33:44.000Z","updated_at":"2019-08-09T12:38:13.000Z","dependencies_parsed_at":"2022-08-21T00:00:24.891Z","dependency_job_id":null,"html_url":"https://github.com/ethiclab/http-get","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fhttp-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fhttp-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fhttp-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethiclab%2Fhttp-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethiclab","download_url":"https://codeload.github.com/ethiclab/http-get/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244787084,"owners_count":20510059,"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":["get","http","request"],"created_at":"2024-11-27T17:13:27.338Z","updated_at":"2025-10-25T22:08:45.750Z","avatar_url":"https://github.com/ethiclab.png","language":"JavaScript","readme":"# http-get [![npm version](https://badge.fury.io/js/%40ethiclab%2Fhttp-get.svg)](https://badge.fury.io/js/%40ethiclab%2Fhttp-get) [![Build Status](https://travis-ci.com/ethiclab/http-get.svg?branch=master)](https://travis-ci.com/ethiclab/http-get) [![codecov](https://codecov.io/gh/ethiclab/http-get/branch/master/graph/badge.svg)](https://codecov.io/gh/ethiclab/http-get)\n\n    npm install @ethiclab/http-get\n\n# usage\n\n```javascript\nconst get = require(\"@ethiclab/http-get\")\nglobal.XMLHttpRequest = require(\"@ethiclab/xmlhttprequest\").XMLHttpRequest\n\nget(\"https://www.google.com\")\n  .then(function (res) {\n    console.log(res)\n  })\n  .catch(function (err, desc) {\n    console.log(err, desc)\n  })\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiclab%2Fhttp-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethiclab%2Fhttp-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethiclab%2Fhttp-get/lists"}