{"id":42215097,"url":"https://github.com/abcnews/base-36-text","last_synced_at":"2026-01-27T01:11:50.004Z","repository":{"id":57094067,"uuid":"465515352","full_name":"abcnews/base-36-text","owner":"abcnews","description":"Tools for encoding / decoding text to / from base36 strings","archived":false,"fork":false,"pushed_at":"2022-12-09T05:21:07.000Z","size":781,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T22:03:52.653Z","etag":null,"topics":["tool"],"latest_commit_sha":null,"homepage":"https://www.abc.net.au/res/sites/news-projects/base-36-text-converter/1.0.0/","language":"JavaScript","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/abcnews.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":"2022-03-03T00:37:23.000Z","updated_at":"2023-01-26T22:33:16.000Z","dependencies_parsed_at":"2023-01-25T11:00:52.684Z","dependency_job_id":null,"html_url":"https://github.com/abcnews/base-36-text","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/abcnews/base-36-text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcnews%2Fbase-36-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcnews%2Fbase-36-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcnews%2Fbase-36-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcnews%2Fbase-36-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abcnews","download_url":"https://codeload.github.com/abcnews/base-36-text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcnews%2Fbase-36-text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28794947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"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":["tool"],"created_at":"2026-01-27T01:11:48.962Z","updated_at":"2026-01-27T01:11:49.991Z","avatar_url":"https://github.com/abcnews.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base-36-text\n\nTools for encoding / decoding text to / from base36 strings.\n\n## Usage\n\n### As a CLI\n\nInstall globally with `npm i -g @abcnews/base-36-text` to use the `b36t` executable, or use npx:\n\n```sh\n\nnpx @abcnews/base-36-text encode 'example text'\n\u003e 31ltulurfcfzwo4gm7o\n\nnpx @abcnews/base-36-text decode 31ltulurfcfzwo4gm7o\n\u003e example text\n```\n\n### As a library (node or browser)\n\n```sh\nnpm i @abcnews/base-36-text\n```\n\n```js\nimport { encode, decode } from '@abcnews/base-36-text';\n\nencode('example text');\n// \u003e 31ltulurfcfzwo4gm7o\n\ndecode('31ltulurfcfzwo4gm7o');\n// \u003e 'example text'\n```\n\nA browser usage example is included with this project. To try it:\n\n```sh\ngit clone https://github.com/abcnews/base-36-text\ncd base-36-text\nnpm run example\n```\n\n...then open the console in the browser window that opens, and try out `b36t.encode()` and `b36t.decode()`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcnews%2Fbase-36-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabcnews%2Fbase-36-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcnews%2Fbase-36-text/lists"}