{"id":24864775,"url":"https://github.com/0blu/url-get-builder","last_synced_at":"2025-08-03T03:08:38.916Z","repository":{"id":57387552,"uuid":"58857369","full_name":"0blu/url-get-builder","owner":"0blu","description":"A lightweight GET parameter builder for nodejs that escapes keys and the values","archived":false,"fork":false,"pushed_at":"2016-05-15T11:07:43.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T06:03:09.263Z","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/0blu.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":"2016-05-15T11:07:37.000Z","updated_at":"2016-05-15T11:07:44.000Z","dependencies_parsed_at":"2022-09-26T16:50:51.545Z","dependency_job_id":null,"html_url":"https://github.com/0blu/url-get-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0blu/url-get-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2Furl-get-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2Furl-get-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2Furl-get-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2Furl-get-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0blu","download_url":"https://codeload.github.com/0blu/url-get-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0blu%2Furl-get-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268488425,"owners_count":24258267,"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-03T02:00:12.545Z","response_time":2577,"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":[],"created_at":"2025-01-31T23:55:39.983Z","updated_at":"2025-08-03T03:08:38.847Z","avatar_url":"https://github.com/0blu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-get-builder\n\nA simple tool to build URLs with GET parameters\n\n``` sh\nnpm i --save url-get-builder\n```\n\n## Example\n``` js\nconst GETBuilder = require('url-get-builder');\n\nlet redirect = new GETBuilder('http://example.com/')\n\t\t\t    .add('someurl', 'https://google.com/')\n\t\t\t\t.getURL();\n\t\t\t\t\t\nconsole.log(redirect);\n//http://example.com/?someurl=https%3A%2F%2Fgoogle.com%2F\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0blu%2Furl-get-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0blu%2Furl-get-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0blu%2Furl-get-builder/lists"}