{"id":32122038,"url":"https://github.com/akaustav/roman-number-utils","last_synced_at":"2026-02-21T03:02:01.117Z","repository":{"id":57675405,"uuid":"277436094","full_name":"akaustav/roman-number-utils","owner":"akaustav","description":"Utility methods to convert natural numbers to roman numbers and vice-versa.","archived":false,"fork":false,"pushed_at":"2020-09-20T03:07:23.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T19:44:01.069Z","etag":null,"topics":["deno","roman","roman-numerals","typescript"],"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/akaustav.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":"SECURITY.md","support":null}},"created_at":"2020-07-06T03:45:26.000Z","updated_at":"2020-09-20T03:06:27.000Z","dependencies_parsed_at":"2022-09-26T18:20:27.507Z","dependency_job_id":null,"html_url":"https://github.com/akaustav/roman-number-utils","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/akaustav/roman-number-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaustav%2Froman-number-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaustav%2Froman-number-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaustav%2Froman-number-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaustav%2Froman-number-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaustav","download_url":"https://codeload.github.com/akaustav/roman-number-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaustav%2Froman-number-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno","roman","roman-numerals","typescript"],"created_at":"2025-10-20T20:08:34.583Z","updated_at":"2026-02-21T03:02:01.112Z","avatar_url":"https://github.com/akaustav.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roman-number-utils\n\nUtility methods to convert natural numbers to roman numbers and vice-versa.\n\n## Natural to Roman Number Example\n\n```typescript\nimport { naturalToRoman } from 'https://deno.land/x/roman_number_utils@1.0.1/mod.ts';\n\nconst natural = 54;\nconst roman = naturalToRoman(natural);\n\nconsole.log(roman); // expected output: LIV\n```\n\n## Roman to Natural Number Example\n\n```typescript\nimport { romanToNatural } from 'https://deno.land/x/roman_number_utils@1.0.1/mod.ts';\n\nconst roman = 'MMXX';\nconst natural = romanToNatural(roman);\n\nconsole.log(natural); // expected output: 2020\n```\n\n## Execute Examples\n\n```shell\ndeno run https://deno.land/x/roman_number_utils/examples/example-natural-to-roman.ts\ndeno run https://deno.land/x/roman_number_utils/examples/example-roman-to-natural.ts\n```\n\n## License\n\nThe [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaustav%2Froman-number-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaustav%2Froman-number-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaustav%2Froman-number-utils/lists"}