{"id":26067009,"url":"https://github.com/simonsinclair/n32","last_synced_at":"2026-04-29T09:07:58.606Z","repository":{"id":48694327,"uuid":"382932726","full_name":"simonsinclair/n32","owner":"simonsinclair","description":"Express numbers in a form that can be conveniently and accurately transmitted between humans and computers.","archived":false,"fork":false,"pushed_at":"2021-07-13T22:18:51.000Z","size":124,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T21:07:45.515Z","etag":null,"topics":["base32","crockford","douglas-crockford","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/simonsinclair/n32","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/simonsinclair.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}},"created_at":"2021-07-04T19:27:26.000Z","updated_at":"2021-07-09T21:21:40.000Z","dependencies_parsed_at":"2022-09-14T12:50:49.487Z","dependency_job_id":null,"html_url":"https://github.com/simonsinclair/n32","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simonsinclair/n32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsinclair%2Fn32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsinclair%2Fn32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsinclair%2Fn32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsinclair%2Fn32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonsinclair","download_url":"https://codeload.github.com/simonsinclair/n32/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonsinclair%2Fn32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259465729,"owners_count":22862170,"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":["base32","crockford","douglas-crockford","typescript"],"created_at":"2025-03-08T21:08:21.345Z","updated_at":"2026-04-29T09:07:53.585Z","avatar_url":"https://github.com/simonsinclair.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# n32\n\n\u003e Express numbers in a form that can be conveniently and accurately transmitted between humans and computers.\n\n## Install\n\n```sh\nnpm i @simonsinclair/n32\n```\n\n## Usage\n\n```js\nconst { default: n32 } = require('@simonsinclair/n32');\n\nconst randomNumber = 123456789;\nconst friendlyId = n32(randomNumber);\n\nconsole.log(friendlyId);\n```\n\n```js\n'3nqk8n';\n```\n\n## API\n\n### n32(number)\n\nReturns a string.\n\n#### number\n\nType: `number`.\n\nThe number to express.\n\n## Supported browsers\n\nIE11, and all modern browsers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsinclair%2Fn32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonsinclair%2Fn32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonsinclair%2Fn32/lists"}