{"id":22370363,"url":"https://github.com/alpheusday/rowid.js","last_synced_at":"2026-01-27T15:33:27.311Z","repository":{"id":239017830,"uuid":"798277585","full_name":"alpheusday/rowid.js","owner":"alpheusday","description":"A time-based unique ID solution","archived":true,"fork":false,"pushed_at":"2025-06-06T00:47:27.000Z","size":1323,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-02T08:56:14.682Z","etag":null,"topics":["id","javascript","node","rowid","time-based","typescript","unique-id"],"latest_commit_sha":null,"homepage":"https://github.com/alpheusday/rowid.js/blob/main/docs/rowid/README.md","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/alpheusday.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,"zenodo":null}},"created_at":"2024-05-09T13:05:40.000Z","updated_at":"2025-06-06T11:23:34.000Z","dependencies_parsed_at":"2024-05-09T14:44:21.165Z","dependency_job_id":"1fe8063a-9ed8-4d27-b9d6-541ad6c53730","html_url":"https://github.com/alpheusday/rowid.js","commit_stats":null,"previous_names":["alpheustangs/rowid","alpheustangs/rowid.js","alpheus-day/rowid.js","alpheusday/rowid.js"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/alpheusday/rowid.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Frowid.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Frowid.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Frowid.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Frowid.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpheusday","download_url":"https://codeload.github.com/alpheusday/rowid.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpheusday%2Frowid.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["id","javascript","node","rowid","time-based","typescript","unique-id"],"created_at":"2024-12-04T19:45:01.367Z","updated_at":"2026-01-27T15:33:27.293Z","avatar_url":"https://github.com/alpheusday.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RowID\n\nA time-based unique ID solution.\n\n## Installation\n\nInstall this package as a dependency in the project:\n\n```sh\n# npm\nnpm i rowid\n\n# Yarn\nyarn add rowid\n\n# pnpm\npnpm add rowid\n\n# Deno\ndeno add npm:rowid\n\n# Bun\nbun add rowid\n```\n\n## Quick Start\n\nCreate an ID with the following code:\n\n```ts\nimport RowID from \"rowid\";\n\nconst id: string = RowID();\n```\n\nOr start a customization with the following code:\n\n```ts\nimport type { RowIDWithConfigResult } from \"rowid\";\nimport { RowIDWithConfig } from \"rowid\";\n\nconst { RowID }: RowIDWithConfigResult = RowIDWithConfig({\n    charList: \"0123456789ABCDEFGHJKMNPQRSTVWXYZ\",\n    randomnessLength: 22,\n});\n\nconst id: string = RowID();\n```\n\n## Documentation\n\nFor more information, please refer to the [documentation](./docs/rowid/README.md).\n\nFor the CLI, please refer to the [CLI documentation](./docs/cli/README.md).\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheusday%2Frowid.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpheusday%2Frowid.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpheusday%2Frowid.js/lists"}