{"id":15734965,"url":"https://github.com/morilog/digitstowords","last_synced_at":"2026-02-27T05:40:54.580Z","repository":{"id":77131129,"uuid":"129622690","full_name":"morilog/digitstowords","owner":"morilog","description":"Multilingual digits to words convertor","archived":false,"fork":false,"pushed_at":"2022-11-13T07:59:22.000Z","size":152,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T18:57:11.158Z","etag":null,"topics":["convertor","currency","digit-to-character","digit-to-words","morilog","multilingual"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morilog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-15T15:18:44.000Z","updated_at":"2023-05-07T12:23:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f6bbbee-3031-479e-9754-2ce658765c65","html_url":"https://github.com/morilog/digitstowords","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"2bf16e92e58650174b8a8ce5f2af3cd96fee8c92"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morilog%2Fdigitstowords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morilog%2Fdigitstowords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morilog%2Fdigitstowords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morilog%2Fdigitstowords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morilog","download_url":"https://codeload.github.com/morilog/digitstowords/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243357640,"owners_count":20277988,"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":["convertor","currency","digit-to-character","digit-to-words","morilog","multilingual"],"created_at":"2024-10-04T01:05:54.017Z","updated_at":"2026-02-27T05:40:49.556Z","avatar_url":"https://github.com/morilog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DigitToWord\nMultilingual digits to words convertor\n\n### Installation\n```bash\nnpm install --save digitstowords\n```\n\n### Usage\n```js\nconst DigitToWord = require('digitstowords');\n\n// Default locale is farsi(persian)\nconsole.log(DigitToWord.fromDigits(12234343454)); // Or \nlet dtw = new DigitToWord(12234343454);\nconsole.log(dtw.toWords());\n // دوازده میلیارد و دویست و سی و دو میلیون و سیصد و چهل و سه هزار و چهارصد و پنجاه و چهار\n\n\n// load azeri locale\nconst locale_az = require('digitstowords/locales/az');\nconsole.log(DigitToWord.fromDigits(23434000, locale_az)); // Or \ndtw = new DigitToWord(23434000);\nconsole.log(dtw.toWords());\n\n// iyirmi üç milyon, dörd-yüz otuz dörd min\n\n```\n\n### Available languages\n- Fa (persian)\n- English\n- Azeri (Azerbaijan)\n- ... add more\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorilog%2Fdigitstowords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorilog%2Fdigitstowords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorilog%2Fdigitstowords/lists"}