{"id":15914678,"url":"https://github.com/1mt142/the-js-helper","last_synced_at":"2026-04-26T23:31:54.782Z","repository":{"id":160545659,"uuid":"635402501","full_name":"1mt142/the-js-helper","owner":"1mt142","description":"The \"the-js-helper\" package provides various helper functions for JavaScript developers.","archived":false,"fork":false,"pushed_at":"2023-05-02T19:21:09.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T03:44:24.915Z","etag":null,"topics":["fuction","helper","javascript","library","module","utility"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/the-js-helper","language":"TypeScript","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/1mt142.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-02T16:06:44.000Z","updated_at":"2023-05-03T15:37:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8f8bc30-3e23-4bd6-9f8b-a8fc52ee50ac","html_url":"https://github.com/1mt142/the-js-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1mt142/the-js-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1mt142%2Fthe-js-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1mt142%2Fthe-js-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1mt142%2Fthe-js-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1mt142%2Fthe-js-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1mt142","download_url":"https://codeload.github.com/1mt142/the-js-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1mt142%2Fthe-js-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fuction","helper","javascript","library","module","utility"],"created_at":"2024-10-06T17:05:16.098Z","updated_at":"2026-04-26T23:31:54.759Z","avatar_url":"https://github.com/1mt142.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THE-JS-HELPER\n\nThe the-js-helper package provides various helper functions for JavaScript developers.\n\n# Installation\n\n```javascript\nnpm install the-js-helper\n```\n\n# Usage\n\n## buildQueryString\n\nThe buildQueryString function takes an object or nested object and returns a query string that can be used in a URL.\n\n```javascript\nimport { buildQueryString } from \"the-js-helper\";\n```\n\n```javascript\nconst data = {\n  limit: 100,\n  offset: 0,\n  query: {\n    color: \"red\",\n    size: \"medium\",\n    query2: {\n      ram: \"16gm\",\n      query3: {\n        made_by: \"bangladesh\",\n        brand: \"ebiponi\",\n      },\n    },\n  },\n};\n```\n\n```javascript\nconst queryString = buildQueryString(data);\nconsole.log(queryString); // limit=100\u0026offset=0\u0026color=red\u0026size=medium\u0026ram=16gm\u0026made_by=bangladesh\u0026brand=ebiponi\n```\n\n\u003e # [add \"?\" before string]\n\n\u003e Contributions are welcome! If you have an idea for a new helper function, please open an issue to discuss it. If you would like to contribute code, please fork the repository and submit a pull request.\n\n# License\n\nThis package is licensed under ISC the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1mt142%2Fthe-js-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1mt142%2Fthe-js-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1mt142%2Fthe-js-helper/lists"}