{"id":15290780,"url":"https://github.com/detronetdip/idrand","last_synced_at":"2025-04-13T10:12:39.280Z","repository":{"id":57271385,"uuid":"412994853","full_name":"detronetdip/idrand","owner":"detronetdip","description":"A npm package for generating random alphanumeric id","archived":false,"fork":false,"pushed_at":"2021-10-03T06:53:49.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T08:03:30.289Z","etag":null,"topics":["idgenerator","javascript","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/idrand","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/detronetdip.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":"2021-10-03T06:23:27.000Z","updated_at":"2022-06-23T08:32:57.000Z","dependencies_parsed_at":"2022-09-06T21:50:38.465Z","dependency_job_id":null,"html_url":"https://github.com/detronetdip/idrand","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/detronetdip%2Fidrand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detronetdip%2Fidrand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detronetdip%2Fidrand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detronetdip%2Fidrand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detronetdip","download_url":"https://codeload.github.com/detronetdip/idrand/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695482,"owners_count":21146956,"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":["idgenerator","javascript","npm-package"],"created_at":"2024-09-30T16:09:26.778Z","updated_at":"2025-04-13T10:12:39.259Z","avatar_url":"https://github.com/detronetdip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idrand\n\nA random alphanumeric id generator.\n\n### Usage\n First install it using `npm`;\n ```\n npm i idrand\n ```\n then `require` `idrand` in your code.\n```\nconst newId = require('idrand');\n```\nNow you can call `newId` in order to get a random alphanumeric `id`.\n\n```\nconst id = newId();\n```\nBy default it returns 10 digit alhanumeric id but you can specify the digit to be returned at the time of calling the function.\n\nIf you need 25 digit alphanumeric id you can write -\n```\nconst id=newId(25);\n```\nand it will return 25 digit alphanumeic id.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetronetdip%2Fidrand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdetronetdip%2Fidrand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetronetdip%2Fidrand/lists"}