TheoryOfNekomata b24d26de25 | il y a 4 ans | |
---|---|---|
src | il y a 4 ans | |
tests | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.prettierrc | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
package.json | il y a 4 ans | |
tsconfig.json | il y a 4 ans | |
yarn.lock | il y a 4 ans |
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.