{"id":18541894,"url":"https://github.com/extensionsapp/reqit","last_synced_at":"2025-05-15T04:11:41.059Z","repository":{"id":57353983,"uuid":"154724948","full_name":"extensionsapp/reqit","owner":"extensionsapp","description":"Simple http request for NodeJS","archived":false,"fork":false,"pushed_at":"2018-10-25T19:20:29.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-27T20:56:08.387Z","etag":null,"topics":[],"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/extensionsapp.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":"2018-10-25T19:17:50.000Z","updated_at":"2018-10-27T21:59:52.000Z","dependencies_parsed_at":"2022-09-16T08:11:54.096Z","dependency_job_id":null,"html_url":"https://github.com/extensionsapp/reqit","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/extensionsapp%2Freqit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extensionsapp%2Freqit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extensionsapp%2Freqit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extensionsapp%2Freqit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extensionsapp","download_url":"https://codeload.github.com/extensionsapp/reqit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270652,"owners_count":22042861,"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":[],"created_at":"2024-11-06T20:06:38.749Z","updated_at":"2025-05-15T04:11:36.049Z","avatar_url":"https://github.com/extensionsapp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple request for NodeJS.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/extensionsapp/reqit/master/logo.png\" alt=\"reQit, npm package for NodeJS\" title=\"reQit, npm package for NodeJS\"\u003e\u003c/p\u003e\n\n\n### Installation\n```\nnpm i regit\n```\n\n### Usage\n\nGet Google status, title and body:\n\n```javascript\nconst reqit = require('reqit');\n\nreqit({\n    url: 'https://www.google.com', \n    charset: 'utf-8'}, \n    (error, result) =\u003e {\n        console.log(result);\n});\n// {status: 200, title: 'Google', body: '...'}\n```\n\n© 2018 ExtensionsApp","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextensionsapp%2Freqit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextensionsapp%2Freqit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextensionsapp%2Freqit/lists"}