{"id":15383328,"url":"https://github.com/andreruffert/number-words","last_synced_at":"2025-04-15T19:36:24.286Z","repository":{"id":2392557,"uuid":"46424777","full_name":"andreruffert/number-words","owner":"andreruffert","description":"💯 💬 Convert a number into words","archived":false,"fork":false,"pushed_at":"2023-04-11T14:57:25.000Z","size":467,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T02:11:40.164Z","etag":null,"topics":["converter","javascript","number-to-words"],"latest_commit_sha":null,"homepage":"https://npm.im/number-words","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/andreruffert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["andreruffert"],"custom":["https://paypal.me/andreruffert","https://thx.to/:andre"]}},"created_at":"2015-11-18T14:41:02.000Z","updated_at":"2022-10-07T10:25:33.000Z","dependencies_parsed_at":"2023-07-05T18:02:14.937Z","dependency_job_id":null,"html_url":"https://github.com/andreruffert/number-words","commit_stats":{"total_commits":108,"total_committers":4,"mean_commits":27.0,"dds":0.6018518518518519,"last_synced_commit":"46d22b62d2675be0b439eb4339125fc8ed1bb2e7"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fnumber-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fnumber-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fnumber-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreruffert%2Fnumber-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreruffert","download_url":"https://codeload.github.com/andreruffert/number-words/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249139478,"owners_count":21219085,"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":["converter","javascript","number-to-words"],"created_at":"2024-10-01T14:36:57.303Z","updated_at":"2025-04-15T19:36:24.254Z","avatar_url":"https://github.com/andreruffert.png","language":"JavaScript","funding_links":["https://github.com/sponsors/andreruffert","https://paypal.me/andreruffert","https://thx.to/:andre"],"categories":[],"sub_categories":[],"readme":"# number-words\n\n[![CI Status](https://github.com/andreruffert/number-words/workflows/CI/badge.svg)](https://github.com/andreruffert/number-words/actions?query=workflow%3ACI) \n[![npm version](https://img.shields.io/npm/v/number-words.svg)](https://www.npmjs.com/package/number-words)\n[![npm](https://img.shields.io/npm/dm/number-words?logo=npm)](https://www.npmjs.com/package/number-words)\n\n\u003e Convert a number into words\n\n## Install\n\n```\n$ npm install --save number-words\n```\n\n## Usage\n\n```js\nconst numberWords = require('number-words');\n\nnumberWords.convert(42);\n//=\u003e 'fourty two'\n\nnumberWords.convert(101);\n//=\u003e 'one hundred and one'\n\nnumberWords.convert(31.41);\n//=\u003e 'thirty one'\n```\n\n## API\n\n### numberWords.convert(number)\n\n#### number\n\nType `number`\n\nNumber to convert into words.\n\n## License\n\nMIT © [André Ruffert](http://andreruffert.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fnumber-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreruffert%2Fnumber-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreruffert%2Fnumber-words/lists"}