{"id":23289588,"url":"https://github.com/ricomeetsworld/naniteid","last_synced_at":"2025-04-06T17:17:25.435Z","repository":{"id":118353511,"uuid":"558511179","full_name":"ricomeetsworld/naniteId","owner":"ricomeetsworld","description":"A random string generator to produce unique IDs","archived":false,"fork":false,"pushed_at":"2022-10-27T19:07:10.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T23:18:11.464Z","etag":null,"topics":["id","idgenerator"],"latest_commit_sha":null,"homepage":"","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/ricomeetsworld.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}},"created_at":"2022-10-27T17:37:51.000Z","updated_at":"2022-10-27T19:10:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a2e8ebb-e7d1-4984-a4f8-b84783287765","html_url":"https://github.com/ricomeetsworld/naniteId","commit_stats":null,"previous_names":["ricomeetsworld/naniteid","ricobuilds/naniteid"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricomeetsworld%2FnaniteId","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricomeetsworld%2FnaniteId/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricomeetsworld%2FnaniteId/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ricomeetsworld%2FnaniteId/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ricomeetsworld","download_url":"https://codeload.github.com/ricomeetsworld/naniteId/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517921,"owners_count":20951720,"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":["id","idgenerator"],"created_at":"2024-12-20T04:16:59.992Z","updated_at":"2025-04-06T17:17:25.419Z","avatar_url":"https://github.com/ricomeetsworld.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @0xreeko/naniteId\n\nA random string generator to produce text that can be used as unique IDs. Great for creating IDs when mapping over objects and giving them unique values in the `key` prop.\n\n**How to install**\n```\nnpm i naniteid\n```\n\n**How to use**\n```jsx\nimport { naniteId } from '@0xreeko/naniteId'\n\n let proxy = [\n    {\n      id: naniteId(),\n      fullName: 'Leonis V',\n      course: 'Software Engineering',\n    },\n    {\n      id: naniteId(),\n      fullName: 'Enrique V',\n      course: 'Triple Sciences',\n    },\n    {\n      id: naniteId(),\n      fullName: 'Zancus V',\n      course: \"Latin\",\n    },\n  ];\n\n   console.log(proxy.forEach(item =\u003e console.log(item.id)));\n\n   // x6xks84ss4c\n   // 3afn08cdobi\n   // gftevuudlsp\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricomeetsworld%2Fnaniteid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricomeetsworld%2Fnaniteid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricomeetsworld%2Fnaniteid/lists"}