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