{"id":15692835,"url":"https://github.com/ultirequiem/add_params","last_synced_at":"2025-10-12T21:32:49.380Z","repository":{"id":38041685,"uuid":"470774901","full_name":"UltiRequiem/add_params","owner":"UltiRequiem","description":"➕ Add Query Parameters to an URL","archived":false,"fork":false,"pushed_at":"2024-05-01T00:20:38.000Z","size":21,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T13:02:05.827Z","etag":null,"topics":["deno","javascript","node","nodejs","query","query-parametes","typescript","url"],"latest_commit_sha":null,"homepage":"https://ulti.js.org/add_params","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/UltiRequiem.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},"funding":{"patreon":"ultirequiem"}},"created_at":"2022-03-16T22:48:12.000Z","updated_at":"2023-05-04T11:52:18.000Z","dependencies_parsed_at":"2023-02-06T08:31:33.875Z","dependency_job_id":"1de7734c-fbaf-4a6b-bd38-e6918eb0aeed","html_url":"https://github.com/UltiRequiem/add_params","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.3913043478260869,"last_synced_commit":"080c9b220bf6eae7bcd3f46022b3cd79858e960b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fadd_params","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fadd_params/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fadd_params/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fadd_params/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/add_params/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839687,"owners_count":21812150,"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":["deno","javascript","node","nodejs","query","query-parametes","typescript","url"],"created_at":"2024-10-03T18:40:26.572Z","updated_at":"2025-10-12T21:32:44.336Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/ultirequiem","https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# Add Query Params\n\n[![Code Coverage](https://codecov.io/gh/UltiRequiem/add_params/branch/main/graph/badge.svg)](https://codecov.io/gh/UltiRequiem/add_params)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/add_params/mod.ts)\n\nAdd [Query Parameters](https://wikipedia.org/wiki/Query_string) to an URL.\n\n## Usage\n\nThe API is the same on all this platforms ✔️\n\n### [Deno 🦕](https://deno.land/x/add_params)\n\n```javascript\nimport { addParams } from \"https://deno.land/x/add_params/mod.ts\";\n\naddParams(\"https://ultirequiem.com\", { page: 33, author: \"Me\", share: false });\n//=\u003e https://ultirequiem.com/?page=33\u0026author=Me\u0026share=false\n\naddParams(new URL(\"/api\", \"https://example.com\"), { day: 2 });\n//=\u003e https://example.com/api?day=2\n```\n\n### [Node.js 🐢🚀](https://npmjs.com/package/@ultirequiem/add-params)\n\n```javascript\nimport { addParams } from \"@ultirequiem/add-params\";\n```\n\n### [Browser 🌐](https://developer.mozilla.org/en-US/docs/Glossary/Browser)\n\nYou can use any [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) 🔥\n\nEg 👉\n[ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules) ↔️\n[SkyPack](https://cdn.skypack.dev/@ultirequiem/add-params) 🆚\n[Script Tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script) ↔️\n[JSDelivr](https://cdn.jsdelivr.net/npm/@ultirequiem/add-params)\n\n## Documentation\n\nIs hosted on\n[Deno Doc](https://doc.deno.land/https://deno.land/x/add_params/mod.ts) 📄\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🙏\n\nDon't forget to start the repo ⭐\n\n## Authors\n\n[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer 💪\n\nSee also the full list of\n[contributors](https://github.com/UltiRequiem/add_params/contributors) who\nparticipated in this project ✨\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org). For the versions available, see\nthe [tags](https://github.com/UltiRequiem/add_params/tags) 🏷️\n\n## Licence\n\nLicensed under the MIT License 📄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fadd_params","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fadd_params","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fadd_params/lists"}