Get the name of a number, even if it's stupidly big.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
TheoryOfNekomata 22583cf0ba Add examples 4 yıl önce
src Add examples 4 yıl önce
tests Add examples 4 yıl önce
.editorconfig Initial commit 4 yıl önce
.gitignore Implement tests for streams 4 yıl önce
.prettierrc Initial commit 4 yıl önce
LICENSE Initial commit 4 yıl önce
README.md Modify README 4 yıl önce
package.json Start decoupling core code to locales 4 yıl önce
tsconfig.json Start decoupling core code to locales 4 yıl önce
yarn.lock Implement tests for streams 4 yıl önce

README.md

number-name

Converts a number into its name.

See the demo here.

Why?

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.

Installation

Install via Yarn:

yarn add @theoryofnekomata/number-name

TODO

Please star the repo if you find it useful in your projects.

License

MIT. See LICENSE file for details.