textfy
v0.0.2
Published
A NPM library to convert numbers to plain text. You may neet it at any time.
Downloads
49
Maintainers
Readme
��#� �G�E�T�T�I�N�G� �S�T�A�R�T�E�D�
�
�
�
�T�h�i�s� �i�s� �a� �s�i�m�p�l�e� �p�r�o�j�e�c�t� �w�r�i�t�t�e�n� �i�n� �t�y�p�e�s�c�r�i�p�t� �f�o�r� �
�
�c�o�n�v�e�r�t�i�n�g� �n�u�m�b�e�r�s� �t�o� �p�l�a�i�n� �t�e�x�t�.�
�
�
�
�Y�o�u� �c�a�n� �c�l�o�n�e� �a�n�d� �t�e�s�t� �i�t� �a�n�d� �g�i�v�e� �u�s� �y�o�u�r� �f�e�e�d�b�a�c�k�,� �b�e� �a�w�a�r�e� �t�h�a�t� �
�
�y�o�u�r� �o�p�i�n�i�o�n� �i�s� �i�m�p�o�r�t�a�n�t� �i�m�p�r�o�v�e� �t�h�i�s� �t�o�o�l�.�
�
�A�l�s�o� �y�o�u� �m�a�y� �c�o�n�t�r�i�b�u�t�e� �t�o� �h�e�l�p� �t�h�e� �p�r�o�j�e�c�t� �g�r�o�w�i�n�g�.�
�
�
�
�
�
�#� �H�O�W� �T�O� �U�S�E� �T�H�E� �P�A�C�K�A�G�E�
�
�
�
�#�#�#� �S�i�m�p�l�e� �i�n�s�t�a�l�a�t�i�o�n�:�
�
�
�
�>� �n�p�m� �i� �t�e�x�t�f�y�
�
�
�
�#�#�#� �T�h�e�n� �i�m�p�o�r�t� �i�t�:�
�
�
�
�>� �c�o�n�s�t� �t�e�x�t�F�y�=�r�e�q�u�i�r�e�(�'�t�e�x�t�f�y�'�)�
�
�
�
�#�#�#� �U�s�a�g�e� �
�
�
�
�>� �c�o�n�s�o�l�e�.�l�o�g�(�t�e�x�t�F�y�.�g�e�t�T�e�x�t�(�2�0�0�0�)�)�;�
�
�
�
�#�#�#� �R�e�s�u�l�t�
�
�
�
�>� �/�/�R�e�s�u�l�t�:� �D�O�I�S� �M�I�L�
�
�
�
��
�� �
�
�c�o�n�s�t� �t�e�x�t�f�y�=�r�e�q�u�i�r�e�(�'�t�e�x�t�f�y�'�)�;�
�
�
�
�v�a�r� �n�u�m�b� �=� �t�e�x�t�f�y�.�g�e�t�T�e�x�t�(�5�0�0�0�)�;�
�
�c�o�n�s�o�l�e�.�l�o�g�(�n�u�m�b�)�
�
�
��
�
�
�