TheoryOfNekomata d17a77675d | před 4 roky | |
---|---|---|
src | před 4 roky | |
tests | před 4 roky | |
.editorconfig | před 4 roky | |
.gitignore | před 4 roky | |
.prettierrc | před 4 roky | |
LICENSE | před 4 roky | |
README.md | před 4 roky | |
package.json | před 4 roky | |
tsconfig.json | před 4 roky | |
yarn.lock | před 4 roky |
Converts a number into its name.
Inspired by number-to-words. Thinking I could improve on the code to include big integers, I looked for some info and found Landon Curt Noll’s Web page describing the reconstructed English naming system of numbers. I decided to port his Perl script into JavaScript.
Install via Yarn:
yarn add @theoryofnekomata/number-name
Please star the repo if you find it useful in your projects.
MIT. See LICENSE file for details.