TheoryOfNekomata d17a77675d | pirms 4 gadiem | |
---|---|---|
src | pirms 4 gadiem | |
tests | pirms 4 gadiem | |
.editorconfig | pirms 4 gadiem | |
.gitignore | pirms 4 gadiem | |
.prettierrc | pirms 4 gadiem | |
LICENSE | pirms 4 gadiem | |
README.md | pirms 4 gadiem | |
package.json | pirms 4 gadiem | |
tsconfig.json | pirms 4 gadiem | |
yarn.lock | pirms 4 gadiem |
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.